#B7CBDC

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

Shades of Spindle #B7CBDC

Tints of Spindle #B7CBDC

Color information

#B7CBDC (or 0xB7CBDC) is unknown color: approx Spindle. HEX triplet: B7, CB and DC. RGB value is (183,203,220). Sum of RGB (Red+Green+Blue) = 183+203+220=606 (80% of max value = 765). Red value is 183 (71.88% from 255 or 30.20% from 606); Green value is 203 (79.69% from 255 or 33.50% from 606); Blue value is 220 (86.33% from 255 or 36.30% from 606); Max value from RGB is 220 - color contains mainly: blue. Hex color #B7CBDC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B7CBDC is #483423. Grayscale: #C6C6C6. Windows color (decimal): -4731940 or 14470071. OLE color: 14470071.

HSL color Cylindrical-coordinate representation of color #B7CBDC: hue angle of 207.57º degrees, saturation: 0.35, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #B7CBDC is Cyan = 0.17, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB183203220-
CMYK0.170.0800.14
HSL207.57º34.58%79.02%-
HSV(B)207.57º16.82%86.27%-
XYZ53.857.9576.06-
YUV198.96139.87116.62-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 30.20%
GREEN value IS 203 (79.69% from 255) = 33.50%
BLUE value IS 220 (86.33% from 255) = 36.30%
R=30.20%
G=33.50%
B=36.30%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1832032200.170.0800.14207.5734.5879.02
HexB7CBDC1180Ed0234f
Octal267313334211001632043117
Binary10110111110010111101110010001100001110110100001000111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7CBDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7CBDC; }

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

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

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

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

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

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

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

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