#BDE0D7

Color #BDE0D7 Cruise (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cruise #BDE0D7

Tints of Cruise #BDE0D7

Color information

#BDE0D7 (or 0xBDE0D7) is unknown color: approx Cruise. HEX triplet: BD, E0 and D7. RGB value is (189,224,215). Sum of RGB (Red+Green+Blue) = 189+224+215=628 (83% of max value = 765). Red value is 189 (74.22% from 255 or 30.10% from 628); Green value is 224 (87.89% from 255 or 35.67% from 628); Blue value is 215 (84.38% from 255 or 34.24% from 628); Max value from RGB is 224 - color contains mainly: green. Hex color #BDE0D7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDE0D7 is #421F28. Grayscale: #D4D4D4. Windows color (decimal): -4333353 or 14147773. OLE color: 14147773.

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

Color convert

RGB189224215-
CMYK0.1600.040.12
HSL164.57º36.08%80.98%-
HSV(B)164.57º15.62%87.84%-
XYZ59.9169.0474.46-
YUV212.51129.4111.23-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 30.10%
GREEN value IS 224 (87.89% from 255) = 35.67%
BLUE value IS 215 (84.38% from 255) = 34.24%
R=30.10%
G=35.67%
B=34.24%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1892242150.1600.040.12164.5736.0880.98
HexBDE0D71004Ca52451
Octal27534032720041424544121
Binary1011110111100000110101111000001001100101001011001001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDE0D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDE0D7; }

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

 H1.HeaderClassName
 {
   color: #BDE0D7;
 }
 .AnyTagClassName
 {
   color: #BDE0D7;
 }
</style>
background-color css

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

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

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

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

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

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