Html Css Color HEX #BDE0D9 Cruise

📋 copy color: '#BDE0D9'

red 189 ◦ green 224 ◦ blue 217

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

Shades of Cruise #BDE0D9

Tints of Cruise #BDE0D9

RGB

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

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

 BLUE value IS 217 (85.16% from 255) = 34.44%

R = 30%
G = 35.56%
B = 34.44%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.03

 K value IS 0.12

RGB Variations

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

Color information

#BDE0D9 (or 0xBDE0D9) is known color: Cruise. HEX triplet: BD, E0 and D9. RGB value is (189,224,217). Sum of RGB (Red+Green+Blue) = 189+224+217=630 (83% of max value = 765). Red value is 189 (74.22% from 255 or 30% from 630); Green value is 224 (87.89% from 255 or 35.56% from 630); Blue value is 217 (85.16% from 255 or 34.44% from 630); Max value from RGB is 224 - color contains mainly: green. Hex color #BDE0D9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDE0D9 is #421F26. Grayscale: #D4D4D4. Windows color (decimal): -4333351 or 14278845. OLE color: 14278845.

HSL color Cylindrical-coordinate representation of color #BDE0D9: hue angle of 168º 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 #BDE0D9 is Cyan = 0.16, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.12.

Color convert

RGB 189 224 217 -
CMYK 0.16 0 0.03 0.12
HSL 168º 0.36% 0.81% -
HSV(B) 168º 0.16% 0.88% -
XYZ 60.17 69.14 75.82 -
YUV 212.74 130.4 111.07 -
System Red Green Blue C M Y K H S L
Decimal 189 224 217 0.16 0 0.03 0.12 168 0.36 0.81
Hex BD E0 D9 10 0 3 C A8 24 51
Octal 275 340 331 20 0 3 14 250 44 121
Binary 10111101 11100000 11011001 10000 0 11 1100 10101000 100100 1010001

Color Harmonies of #BDE0D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDE0D9

Black with #BDE0D9

Text Example


Text Example

White with #BDE0D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDE0D9; }

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

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

background-color css

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

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

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

border-color css

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

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

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