#B2D9CD

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

Shades of Cruise #B2D9CD

Tints of Cruise #B2D9CD

Color information

#B2D9CD (or 0xB2D9CD) is unknown color: approx Cruise. HEX triplet: B2, D9 and CD. RGB value is (178,217,205). Sum of RGB (Red+Green+Blue) = 178+217+205=600 (79% of max value = 765). Red value is 178 (69.92% from 255 or 29.67% from 600); Green value is 217 (85.16% from 255 or 36.17% from 600); Blue value is 205 (80.47% from 255 or 34.17% from 600); Max value from RGB is 217 - color contains mainly: green. Hex color #B2D9CD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B2D9CD is #4D2632. Grayscale: #CBCBCB. Windows color (decimal): -5056051 or 13490610. OLE color: 13490610.

HSL color Cylindrical-coordinate representation of color #B2D9CD: hue angle of 161.54º degrees, saturation: 0.34, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #B2D9CD is Cyan = 0.18, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.15.

Color convert

RGB178217205-
CMYK0.1800.060.15
HSL161.54º33.91%77.45%-
HSV(B)161.54º17.97%85.1%-
XYZ54.1963.567.16-
YUV203.97128.58109.48-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 29.67%
GREEN value IS 217 (85.16% from 255) = 36.17%
BLUE value IS 205 (80.47% from 255) = 34.17%
R=29.67%
G=36.17%
B=34.17%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1782172050.1800.060.15161.5433.9177.45
HexB2D9CD1206Fa2224d
Octal26233131522061724242115
Binary1011001011011001110011011001001101111101000101000101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2D9CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2D9CD; }

 p { color: rgb(178,217,205); }

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

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

 a { background-color: rgb(178,217,205); }

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

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

 span { border-color: rgb(178,217,205); }

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