#B2DFD3

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

Shades of Cruise #B2DFD3

Tints of Cruise #B2DFD3

Color information

#B2DFD3 (or 0xB2DFD3) is unknown color: approx Cruise. HEX triplet: B2, DF and D3. RGB value is (178,223,211). Sum of RGB (Red+Green+Blue) = 178+223+211=612 (81% of max value = 765). Red value is 178 (69.92% from 255 or 29.08% from 612); Green value is 223 (87.5% from 255 or 36.44% from 612); Blue value is 211 (82.81% from 255 or 34.48% from 612); Max value from RGB is 223 - color contains mainly: green. Hex color #B2DFD3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B2DFD3 is #4D202C. Grayscale: #D0D0D0. Windows color (decimal): -5054509 or 13885362. OLE color: 13885362.

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

Color convert

RGB178223211-
CMYK0.2000.050.13
HSL164º41.28%78.63%-
HSV(B)164º20.18%87.45%-
XYZ56.5166.9471.57-
YUV208.18129.59106.48-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 29.08%
GREEN value IS 223 (87.5% from 255) = 36.44%
BLUE value IS 211 (82.81% from 255) = 34.48%
R=29.08%
G=36.44%
B=34.48%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1782232110.2000.050.1316441.2878.63
HexB2DFD31405Da4294f
Octal26233732324051524451117
Binary1011001011011111110100111010001011101101001001010011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2DFD3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2DFD3; }

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

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

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

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

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

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

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

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