#BDDDD1

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

Shades of Cruise #BDDDD1

Tints of Cruise #BDDDD1

Color information

#BDDDD1 (or 0xBDDDD1) is unknown color: approx Cruise. HEX triplet: BD, DD and D1. RGB value is (189,221,209). Sum of RGB (Red+Green+Blue) = 189+221+209=619 (81% of max value = 765). Red value is 189 (74.22% from 255 or 30.53% from 619); Green value is 221 (86.72% from 255 or 35.70% from 619); Blue value is 209 (82.03% from 255 or 33.76% from 619); Max value from RGB is 221 - color contains mainly: green. Hex color #BDDDD1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDDDD1 is #42222E. Grayscale: #D2D2D2. Windows color (decimal): -4334127 or 13753789. OLE color: 13753789.

HSL color Cylindrical-coordinate representation of color #BDDDD1: hue angle of 157.5º degrees, saturation: 0.32, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #BDDDD1 is Cyan = 0.14, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.13.

Color convert

RGB189221209-
CMYK0.1400.050.13
HSL157.5º32%80.39%-
HSV(B)157.5º14.48%86.67%-
XYZ58.3567.1470.2-
YUV210.06127.4112.98-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 30.53%
GREEN value IS 221 (86.72% from 255) = 35.70%
BLUE value IS 209 (82.03% from 255) = 33.76%
R=30.53%
G=35.70%
B=33.76%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1892212090.1400.050.13157.53280.39
HexBDDDD1E05D9e2050
Octal27533532116051523640120
Binary101111011101110111010001111001011101100111101000001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDDDD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDDDD1; }

 p { color: rgb(189,221,209); }

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

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

 a { background-color: rgb(189,221,209); }

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

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

 span { border-color: rgb(189,221,209); }

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