#B2DFD2

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

Shades of Cruise #B2DFD2

Tints of Cruise #B2DFD2

Color information

#B2DFD2 (or 0xB2DFD2) is unknown color: approx Cruise. HEX triplet: B2, DF and D2. RGB value is (178,223,210). Sum of RGB (Red+Green+Blue) = 178+223+210=611 (80% of max value = 765). Red value is 178 (69.92% from 255 or 29.13% from 611); Green value is 223 (87.5% from 255 or 36.50% from 611); Blue value is 210 (82.42% from 255 or 34.37% from 611); Max value from RGB is 223 - color contains mainly: green. Hex color #B2DFD2 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B2DFD2 is #4D202D. Grayscale: #D0D0D0. Windows color (decimal): -5054510 or 13819826. OLE color: 13819826.

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

Color convert

RGB178223210-
CMYK0.2000.060.13
HSL162.67º41.28%78.63%-
HSV(B)162.67º20.18%87.45%-
XYZ56.3866.8970.91-
YUV208.06129.09106.56-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 29.13%
GREEN value IS 223 (87.5% from 255) = 36.50%
BLUE value IS 210 (82.42% from 255) = 34.37%
R=29.13%
G=36.50%
B=34.37%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1782232100.2000.060.13162.6741.2878.63
HexB2DFD21406Da3294f
Octal26233732224061524351117
Binary1011001011011111110100101010001101101101000111010011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2DFD2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2DFD2; }

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

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

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

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

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

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

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

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