#B2DFCC

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

Shades of Cruise #B2DFCC

Tints of Cruise #B2DFCC

Color information

#B2DFCC (or 0xB2DFCC) is unknown color: approx Cruise. HEX triplet: B2, DF and CC. RGB value is (178,223,204). Sum of RGB (Red+Green+Blue) = 178+223+204=605 (80% of max value = 765). Red value is 178 (69.92% from 255 or 29.42% from 605); Green value is 223 (87.5% from 255 or 36.86% from 605); Blue value is 204 (80.08% from 255 or 33.72% from 605); Max value from RGB is 223 - color contains mainly: green. Hex color #B2DFCC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B2DFCC is #4D2033. Grayscale: #CFCFCF. Windows color (decimal): -5054516 or 13426610. OLE color: 13426610.

HSL color Cylindrical-coordinate representation of color #B2DFCC: hue angle of 154.67º 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 #B2DFCC is Cyan = 0.20, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.13.

Color convert

RGB178223204-
CMYK0.2000.090.13
HSL154.67º41.28%78.63%-
HSV(B)154.67º20.18%87.45%-
XYZ55.6566.667.05-
YUV207.38126.09107.04-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 29.42%
GREEN value IS 223 (87.5% from 255) = 36.86%
BLUE value IS 204 (80.08% from 255) = 33.72%
R=29.42%
G=36.86%
B=33.72%

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
Decimal1782232040.2000.090.13154.6741.2878.63
HexB2DFCC1409D9b294f
Octal262337314240111523351117
Binary10110010110111111100110010100010011101100110111010011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2DFCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2DFCC; }

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

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

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

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

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

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

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

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