#B1DCCF

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

Shades of Cruise #B1DCCF

Tints of Cruise #B1DCCF

Color information

#B1DCCF (or 0xB1DCCF) is unknown color: approx Cruise. HEX triplet: B1, DC and CF. RGB value is (177,220,207). Sum of RGB (Red+Green+Blue) = 177+220+207=604 (80% of max value = 765). Red value is 177 (69.53% from 255 or 29.30% from 604); Green value is 220 (86.33% from 255 or 36.42% from 604); Blue value is 207 (81.25% from 255 or 34.27% from 604); Max value from RGB is 220 - color contains mainly: green. Hex color #B1DCCF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B1DCCF is #4E2330. Grayscale: #CDCDCD. Windows color (decimal): -5120817 or 13622449. OLE color: 13622449.

HSL color Cylindrical-coordinate representation of color #B1DCCF: hue angle of 161.86º degrees, saturation: 0.38, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #B1DCCF is Cyan = 0.20, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.14.

Color convert

RGB177220207-
CMYK0.2000.060.14
HSL161.86º38.05%77.84%-
HSV(B)161.86º19.55%86.27%-
XYZ54.9965.0468.69-
YUV205.66128.75107.56-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 29.30%
GREEN value IS 220 (86.33% from 255) = 36.42%
BLUE value IS 207 (81.25% from 255) = 34.27%
R=29.30%
G=36.42%
B=34.27%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1772202070.2000.060.14161.8638.0577.84
HexB1DCCF1406Ea2264e
Octal26133431724061624246116
Binary1011000111011100110011111010001101110101000101001101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1DCCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1DCCF; }

 p { color: rgb(177,220,207); }

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

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

 a { background-color: rgb(177,220,207); }

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

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

 span { border-color: rgb(177,220,207); }

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