#B1DFCB

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

Shades of Cruise #B1DFCB

Tints of Cruise #B1DFCB

Color information

#B1DFCB (or 0xB1DFCB) is unknown color: approx Cruise. HEX triplet: B1, DF and CB. RGB value is (177,223,203). Sum of RGB (Red+Green+Blue) = 177+223+203=603 (79% of max value = 765). Red value is 177 (69.53% from 255 or 29.35% from 603); Green value is 223 (87.5% from 255 or 36.98% from 603); Blue value is 203 (79.69% from 255 or 33.67% from 603); Max value from RGB is 223 - color contains mainly: green. Hex color #B1DFCB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B1DFCB is #4E2034. Grayscale: #CFCFCF. Windows color (decimal): -5120053 or 13361073. OLE color: 13361073.

HSL color Cylindrical-coordinate representation of color #B1DFCB: hue angle of 153.91º degrees, saturation: 0.42, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #B1DFCB is Cyan = 0.21, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.13.

Color convert

RGB177223203-
CMYK0.2100.090.13
HSL153.91º41.82%78.43%-
HSV(B)153.91º20.63%87.45%-
XYZ55.366.4366.41-
YUV206.97125.76106.63-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 29.35%
GREEN value IS 223 (87.5% from 255) = 36.98%
BLUE value IS 203 (79.69% from 255) = 33.67%
R=29.35%
G=36.98%
B=33.67%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1772232030.2100.090.13153.9141.8278.43
HexB1DFCB1509D9a2a4e
Octal261337313250111523252116
Binary10110001110111111100101110101010011101100110101010101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1DFCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1DFCB; }

 p { color: rgb(177,223,203); }

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

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

 a { background-color: rgb(177,223,203); }

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

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

 span { border-color: rgb(177,223,203); }

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