#B2CBD8

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

Shades of Spindle #B2CBD8

Tints of Spindle #B2CBD8

Color information

#B2CBD8 (or 0xB2CBD8) is unknown color: approx Spindle. HEX triplet: B2, CB and D8. RGB value is (178,203,216). Sum of RGB (Red+Green+Blue) = 178+203+216=597 (79% of max value = 765). Red value is 178 (69.92% from 255 or 29.82% from 597); Green value is 203 (79.69% from 255 or 34.00% from 597); Blue value is 216 (84.77% from 255 or 36.18% from 597); Max value from RGB is 216 - color contains mainly: blue. Hex color #B2CBD8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B2CBD8 is #4D3427. Grayscale: #C4C4C4. Windows color (decimal): -5059624 or 14207922. OLE color: 14207922.

HSL color Cylindrical-coordinate representation of color #B2CBD8: hue angle of 200.53º degrees, saturation: 0.33, 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 #B2CBD8 is Cyan = 0.18, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB178203216-
CMYK0.180.0600.15
HSL200.53º32.76%77.25%-
HSV(B)200.53º17.59%84.71%-
XYZ52.1157.1373.25-
YUV197.01138.72114.44-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 29.82%
GREEN value IS 203 (79.69% from 255) = 34.00%
BLUE value IS 216 (84.77% from 255) = 36.18%
R=29.82%
G=34.00%
B=36.18%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1782032160.180.0600.15200.5332.7677.25
HexB2CBD81260Fc9214d
Octal26231333022601731141115
Binary1011001011001011110110001001011001111110010011000011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2CBD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2CBD8; }

 p { color: rgb(178,203,216); }

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

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

 a { background-color: rgb(178,203,216); }

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

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

 span { border-color: rgb(178,203,216); }

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