Html Css Color HEX #BDE2DB Cruise

📋 copy color: '#BDE2DB'

red 189 ◦ green 226 ◦ blue 219

#BDE2DB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cruise #BDE2DB

Tints of Cruise #BDE2DB

RGB

 RED value IS 189 (74.22% from 255) = 29.81%

 GREEN value IS 226 (88.67% from 255) = 35.65%

 BLUE value IS 219 (85.94% from 255) = 34.54%

R = 29.81%
G = 35.65%
B = 34.54%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.03

 K value IS 0.11

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#BDE2DB (or 0xBDE2DB) is known color: Cruise. HEX triplet: BD, E2 and DB. RGB value is (189,226,219). Sum of RGB (Red+Green+Blue) = 189+226+219=634 (83% of max value = 765). Red value is 189 (74.22% from 255 or 29.81% from 634); Green value is 226 (88.67% from 255 or 35.65% from 634); Blue value is 219 (85.94% from 255 or 34.54% from 634); Max value from RGB is 226 - color contains mainly: green. Hex color #BDE2DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDE2DB is #421D24. Grayscale: #D6D6D6. Windows color (decimal): -4332837 or 14410429. OLE color: 14410429.

HSL color Cylindrical-coordinate representation of color #BDE2DB: hue angle of 168.65º degrees, saturation: 0.39, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #BDE2DB is Cyan = 0.16, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.11.

Color convert

RGB 189 226 219 -
CMYK 0.16 0 0.03 0.11
HSL 168.65º 0.39% 0.81% -
HSV(B) 168.65º 0.16% 0.89% -
XYZ 60.97 70.33 77.38 -
YUV 214.14 130.74 110.07 -
System Red Green Blue C M Y K H S L
Decimal 189 226 219 0.16 0 0.03 0.11 168.65 0.39 0.81
Hex BD E2 DB 10 0 3 B A9 27 51
Octal 275 342 333 20 0 3 13 251 47 121
Binary 10111101 11100010 11011011 10000 0 11 1011 10101001 100111 1010001

Color Harmonies of #BDE2DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDE2DB

Black with #BDE2DB

Text Example


Text Example

White with #BDE2DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDE2DB; }

 p { color: rgb(189,226,219); }

 H1.HeaderClassName
 {
   color: #BDE2DB;
 }
 .AnyTagClassName
 {
   color: #BDE2DB;
 }
</style>

background-color css

<style>
 a { background-color: #BDE2DB; }

 a { background-color: rgb(189,226,219); }

 div.DivClassName
 {
   background-color: #BDE2DB;
 }
 .BgClassName
 {
   background-color: #BDE2DB;
 }
</style>

border-color css

<style>
 span { border-color: #BDE2DB; }

 span { border-color: rgb(189,226,219); }

 td.TdClassName
 {
   border-color: #BDE2DB;
 }
 .TagClassName
 {
   border-color: #BDE2DB;
 }
</style>