#B2DFCB

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

Shades of Cruise #B2DFCB

Tints of Cruise #B2DFCB

Color information

#B2DFCB (or 0xB2DFCB) is unknown color: approx Cruise. HEX triplet: B2, DF and CB. RGB value is (178,223,203). Sum of RGB (Red+Green+Blue) = 178+223+203=604 (80% of max value = 765). Red value is 178 (69.92% from 255 or 29.47% from 604); Green value is 223 (87.5% from 255 or 36.92% from 604); Blue value is 203 (79.69% from 255 or 33.61% from 604); Max value from RGB is 223 - color contains mainly: green. Hex color #B2DFCB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B2DFCB is #4D2034. Grayscale: #CFCFCF. Windows color (decimal): -5054517 or 13361074. OLE color: 13361074.

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

Color convert

RGB178223203-
CMYK0.2000.090.13
HSL153.33º41.28%78.63%-
HSV(B)153.33º20.18%87.45%-
XYZ55.5366.5566.42-
YUV207.26125.59107.13-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 29.47%
GREEN value IS 223 (87.5% from 255) = 36.92%
BLUE value IS 203 (79.69% from 255) = 33.61%
R=29.47%
G=36.92%
B=33.61%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1782232030.2000.090.13153.3341.2878.63
HexB2DFCB1409D99294f
Octal262337313240111523151117
Binary10110010110111111100101110100010011101100110011010011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2DFCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2DFCB; }

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

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

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

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

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

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

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

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