#BDDEDA

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

Shades of Cruise #BDDEDA

Tints of Cruise #BDDEDA

Color information

#BDDEDA (or 0xBDDEDA) is unknown color: approx Cruise. HEX triplet: BD, DE and DA. RGB value is (189,222,218). Sum of RGB (Red+Green+Blue) = 189+222+218=629 (83% of max value = 765). Red value is 189 (74.22% from 255 or 30.05% from 629); Green value is 222 (87.11% from 255 or 35.29% from 629); Blue value is 218 (85.55% from 255 or 34.66% from 629); Max value from RGB is 222 - color contains mainly: green. Hex color #BDDEDA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDDEDA is #422125. Grayscale: #D3D3D3. Windows color (decimal): -4333862 or 14343869. OLE color: 14343869.

HSL color Cylindrical-coordinate representation of color #BDDEDA: hue angle of 172.73º degrees, saturation: 0.33, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #BDDEDA is Cyan = 0.15, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.13.

Color convert

RGB189222218-
CMYK0.1500.020.13
HSL172.73º33.33%80.59%-
HSV(B)172.73º14.86%87.06%-
XYZ59.7668.1276.33-
YUV211.68131.57111.83-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 30.05%
GREEN value IS 222 (87.11% from 255) = 35.29%
BLUE value IS 218 (85.55% from 255) = 34.66%
R=30.05%
G=35.29%
B=34.66%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1892222180.1500.020.13172.7333.3380.59
HexBDDEDAF02Dad2151
Octal27533633217021525541121
Binary10111101110111101101101011110101101101011011000011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDDEDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDDEDA; }

 p { color: rgb(189,222,218); }

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

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

 a { background-color: rgb(189,222,218); }

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

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

 span { border-color: rgb(189,222,218); }

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