#B2CBDC

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

Shades of Spindle #B2CBDC

Tints of Spindle #B2CBDC

Color information

#B2CBDC (or 0xB2CBDC) is unknown color: approx Spindle. HEX triplet: B2, CB and DC. RGB value is (178,203,220). Sum of RGB (Red+Green+Blue) = 178+203+220=601 (79% of max value = 765). Red value is 178 (69.92% from 255 or 29.62% from 601); Green value is 203 (79.69% from 255 or 33.78% from 601); Blue value is 220 (86.33% from 255 or 36.61% from 601); Max value from RGB is 220 - color contains mainly: blue. Hex color #B2CBDC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B2CBDC is #4D3423. Grayscale: #C5C5C5. Windows color (decimal): -5059620 or 14470066. OLE color: 14470066.

HSL color Cylindrical-coordinate representation of color #B2CBDC: hue angle of 204.29º degrees, saturation: 0.37, 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 #B2CBDC is Cyan = 0.19, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB178203220-
CMYK0.190.0800.14
HSL204.29º37.5%78.04%-
HSV(B)204.29º19.09%86.27%-
XYZ52.6357.3476-
YUV197.46140.72114.12-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 29.62%
GREEN value IS 203 (79.69% from 255) = 33.78%
BLUE value IS 220 (86.33% from 255) = 36.61%
R=29.62%
G=33.78%
B=36.61%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1782032200.190.0800.14204.2937.578.04
HexB2CBDC1380Ecc254e
Octal262313334231001631445116
Binary10110010110010111101110010011100001110110011001001011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2CBDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2CBDC; }

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

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

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

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

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

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

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

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