#BDD9D3

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

Shades of Cruise #BDD9D3

Tints of Cruise #BDD9D3

Color information

#BDD9D3 (or 0xBDD9D3) is unknown color: approx Cruise. HEX triplet: BD, D9 and D3. RGB value is (189,217,211). Sum of RGB (Red+Green+Blue) = 189+217+211=617 (81% of max value = 765). Red value is 189 (74.22% from 255 or 30.63% from 617); Green value is 217 (85.16% from 255 or 35.17% from 617); Blue value is 211 (82.81% from 255 or 34.20% from 617); Max value from RGB is 217 - color contains mainly: green. Hex color #BDD9D3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDD9D3 is #42262C. Grayscale: #CFCFCF. Windows color (decimal): -4335149 or 13883837. OLE color: 13883837.

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

Color convert

RGB189217211-
CMYK0.1300.030.15
HSL167.14º26.92%79.61%-
HSV(B)167.14º12.9%85.1%-
XYZ57.5665.1571.17-
YUV207.94129.72114.49-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 30.63%
GREEN value IS 217 (85.16% from 255) = 35.17%
BLUE value IS 211 (82.81% from 255) = 34.20%
R=30.63%
G=35.17%
B=34.20%

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
Decimal1892172110.1300.030.15167.1426.9279.61
HexBDD9D3D03Fa71b50
Octal27533132315031724733120
Binary1011110111011001110100111101011111110100111110111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDD9D3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDD9D3; }

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

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

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

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

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

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

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

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