#B1DDCE

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

Shades of Cruise #B1DDCE

Tints of Cruise #B1DDCE

Color information

#B1DDCE (or 0xB1DDCE) is unknown color: approx Cruise. HEX triplet: B1, DD and CE. RGB value is (177,221,206). Sum of RGB (Red+Green+Blue) = 177+221+206=604 (80% of max value = 765). Red value is 177 (69.53% from 255 or 29.30% from 604); Green value is 221 (86.72% from 255 or 36.59% from 604); Blue value is 206 (80.86% from 255 or 34.11% from 604); Max value from RGB is 221 - color contains mainly: green. Hex color #B1DDCE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B1DDCE is #4E2231. Grayscale: #CECECE. Windows color (decimal): -5120562 or 13557169. OLE color: 13557169.

HSL color Cylindrical-coordinate representation of color #B1DDCE: hue angle of 159.55º degrees, saturation: 0.39, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #B1DDCE is Cyan = 0.20, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.13.

Color convert

RGB177221206-
CMYK0.2000.070.13
HSL159.55º39.29%78.04%-
HSV(B)159.55º19.91%86.67%-
XYZ55.1365.5268.13-
YUV206.13127.92107.22-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 29.30%
GREEN value IS 221 (86.72% from 255) = 36.59%
BLUE value IS 206 (80.86% from 255) = 34.11%
R=29.30%
G=36.59%
B=34.11%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1772212060.2000.070.13159.5539.2978.04
HexB1DDCE1407Da0274e
Octal26133531624071524047116
Binary1011000111011101110011101010001111101101000001001111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1DDCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1DDCE; }

 p { color: rgb(177,221,206); }

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

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

 a { background-color: rgb(177,221,206); }

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

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

 span { border-color: rgb(177,221,206); }

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