Html Css Color HEX #BDE0DB Cruise

📋 copy color: '#BDE0DB'

red 189 ◦ green 224 ◦ blue 219

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

Shades of Cruise #BDE0DB

Tints of Cruise #BDE0DB

RGB

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

 GREEN value IS 224 (87.89% from 255) = 35.44%

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

R = 29.91%
G = 35.44%
B = 34.65%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.02

 K value IS 0.12

RGB Variations

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

Color information

#BDE0DB (or 0xBDE0DB) is known color: Cruise. HEX triplet: BD, E0 and DB. RGB value is (189,224,219). Sum of RGB (Red+Green+Blue) = 189+224+219=632 (83% of max value = 765). Red value is 189 (74.22% from 255 or 29.91% from 632); Green value is 224 (87.89% from 255 or 35.44% from 632); Blue value is 219 (85.94% from 255 or 34.65% from 632); Max value from RGB is 224 - color contains mainly: green. Hex color #BDE0DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDE0DB is #421F24. Grayscale: #D4D4D4. Windows color (decimal): -4333349 or 14409917. OLE color: 14409917.

HSL color Cylindrical-coordinate representation of color #BDE0DB: hue angle of 171.43º degrees, saturation: 0.36, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #BDE0DB is Cyan = 0.16, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.12.

Color convert

RGB 189 224 219 -
CMYK 0.16 0 0.02 0.12
HSL 171.43º 0.36% 0.81% -
HSV(B) 171.43º 0.16% 0.88% -
XYZ 60.43 69.24 77.2 -
YUV 212.97 131.4 110.91 -
System Red Green Blue C M Y K H S L
Decimal 189 224 219 0.16 0 0.02 0.12 171.43 0.36 0.81
Hex BD E0 DB 10 0 2 C AB 24 51
Octal 275 340 333 20 0 2 14 253 44 121
Binary 10111101 11100000 11011011 10000 0 10 1100 10101011 100100 1010001

Color Harmonies of #BDE0DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDE0DB

Black with #BDE0DB

Text Example


Text Example

White with #BDE0DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDE0DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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