#BDD9D4

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

Shades of Cruise #BDD9D4

Tints of Cruise #BDD9D4

Color information

#BDD9D4 (or 0xBDD9D4) is unknown color: approx Cruise. HEX triplet: BD, D9 and D4. RGB value is (189,217,212). Sum of RGB (Red+Green+Blue) = 189+217+212=618 (81% of max value = 765). Red value is 189 (74.22% from 255 or 30.58% from 618); Green value is 217 (85.16% from 255 or 35.11% from 618); Blue value is 212 (83.20% from 255 or 34.30% from 618); Max value from RGB is 217 - color contains mainly: green. Hex color #BDD9D4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDD9D4 is #42262B. Grayscale: #D0D0D0. Windows color (decimal): -4335148 or 13949373. OLE color: 13949373.

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

Color convert

RGB189217212-
CMYK0.1300.020.15
HSL169.29º26.92%79.61%-
HSV(B)169.29º12.9%85.1%-
XYZ57.6865.271.83-
YUV208.06130.22114.41-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 30.58%
GREEN value IS 217 (85.16% from 255) = 35.11%
BLUE value IS 212 (83.20% from 255) = 34.30%
R=30.58%
G=35.11%
B=34.30%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1892172120.1300.020.15169.2926.9279.61
HexBDD9D4D02Fa91b50
Octal27533132415021725133120
Binary1011110111011001110101001101010111110101001110111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDD9D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDD9D4; }

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

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

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

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

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

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

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

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