#B2DBD0

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

Shades of Cruise #B2DBD0

Tints of Cruise #B2DBD0

Color information

#B2DBD0 (or 0xB2DBD0) is unknown color: approx Cruise. HEX triplet: B2, DB and D0. RGB value is (178,219,208). Sum of RGB (Red+Green+Blue) = 178+219+208=605 (80% of max value = 765). Red value is 178 (69.92% from 255 or 29.42% from 605); Green value is 219 (85.94% from 255 or 36.20% from 605); Blue value is 208 (81.64% from 255 or 34.38% from 605); Max value from RGB is 219 - color contains mainly: green. Hex color #B2DBD0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B2DBD0 is #4D242F. Grayscale: #CDCDCD. Windows color (decimal): -5055536 or 13687730. OLE color: 13687730.

HSL color Cylindrical-coordinate representation of color #B2DBD0: hue angle of 163.9º degrees, saturation: 0.36, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #B2DBD0 is Cyan = 0.19, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.14.

Color convert

RGB178219208-
CMYK0.1900.050.14
HSL163.9º36.28%77.84%-
HSV(B)163.9º18.72%85.88%-
XYZ55.0864.6869.26-
YUV205.49129.42108.39-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 29.42%
GREEN value IS 219 (85.94% from 255) = 36.20%
BLUE value IS 208 (81.64% from 255) = 34.38%
R=29.42%
G=36.20%
B=34.38%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1782192080.1900.050.14163.936.2877.84
HexB2DBD01305Ea4244e
Octal26233332023051624444116
Binary1011001011011011110100001001101011110101001001001001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2DBD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2DBD0; }

 p { color: rgb(178,219,208); }

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

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

 a { background-color: rgb(178,219,208); }

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

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

 span { border-color: rgb(178,219,208); }

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