#B1D9CC

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

Shades of Cruise #B1D9CC

Tints of Cruise #B1D9CC

Color information

#B1D9CC (or 0xB1D9CC) is unknown color: approx Cruise. HEX triplet: B1, D9 and CC. RGB value is (177,217,204). Sum of RGB (Red+Green+Blue) = 177+217+204=598 (79% of max value = 765). Red value is 177 (69.53% from 255 or 29.60% from 598); Green value is 217 (85.16% from 255 or 36.29% from 598); Blue value is 204 (80.08% from 255 or 34.11% from 598); Max value from RGB is 217 - color contains mainly: green. Hex color #B1D9CC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B1D9CC is #4E2633. Grayscale: #CBCBCB. Windows color (decimal): -5121588 or 13425073. OLE color: 13425073.

HSL color Cylindrical-coordinate representation of color #B1D9CC: hue angle of 160.5º degrees, saturation: 0.34, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #B1D9CC is Cyan = 0.18, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.15.

Color convert

RGB177217204-
CMYK0.1800.060.15
HSL160.5º34.48%77.25%-
HSV(B)160.5º18.43%85.1%-
XYZ53.8463.3366.51-
YUV203.56128.25109.06-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 29.60%
GREEN value IS 217 (85.16% from 255) = 36.29%
BLUE value IS 204 (80.08% from 255) = 34.11%
R=29.60%
G=36.29%
B=34.11%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1772172040.1800.060.15160.534.4877.25
HexB1D9CC1206Fa0224d
Octal26133131422061724042115
Binary1011000111011001110011001001001101111101000001000101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1D9CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1D9CC; }

 p { color: rgb(177,217,204); }

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

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

 a { background-color: rgb(177,217,204); }

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

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

 span { border-color: rgb(177,217,204); }

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