#BDD9D2

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

Shades of Cruise #BDD9D2

Tints of Cruise #BDD9D2

Color information

#BDD9D2 (or 0xBDD9D2) is unknown color: approx Cruise. HEX triplet: BD, D9 and D2. RGB value is (189,217,210). Sum of RGB (Red+Green+Blue) = 189+217+210=616 (81% of max value = 765). Red value is 189 (74.22% from 255 or 30.68% from 616); Green value is 217 (85.16% from 255 or 35.23% from 616); Blue value is 210 (82.42% from 255 or 34.09% from 616); Max value from RGB is 217 - color contains mainly: green. Hex color #BDD9D2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDD9D2 is #42262D. Grayscale: #CFCFCF. Windows color (decimal): -4335150 or 13818301. OLE color: 13818301.

HSL color Cylindrical-coordinate representation of color #BDD9D2: hue angle of 165º degrees, saturation: 0.27, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #BDD9D2 is Cyan = 0.13, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.15.

Color convert

RGB189217210-
CMYK0.1300.030.15
HSL165º26.92%79.61%-
HSV(B)165º12.9%85.1%-
XYZ57.4365.170.51-
YUV207.83129.22114.57-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 30.68%
GREEN value IS 217 (85.16% from 255) = 35.23%
BLUE value IS 210 (82.42% from 255) = 34.09%
R=30.68%
G=35.23%
B=34.09%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1892172100.1300.030.1516526.9279.61
HexBDD9D2D03Fa51b50
Octal27533132215031724533120
Binary1011110111011001110100101101011111110100101110111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDD9D2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDD9D2; }

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

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

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

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

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

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

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

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