#B7C4CE

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

Shades of Spindle #B7C4CE

Tints of Spindle #B7C4CE

Color information

#B7C4CE (or 0xB7C4CE) is unknown color: approx Spindle. HEX triplet: B7, C4 and CE. RGB value is (183,196,206). Sum of RGB (Red+Green+Blue) = 183+196+206=585 (77% of max value = 765). Red value is 183 (71.88% from 255 or 31.28% from 585); Green value is 196 (76.95% from 255 or 33.50% from 585); Blue value is 206 (80.86% from 255 or 35.21% from 585); Max value from RGB is 206 - color contains mainly: blue. Hex color #B7C4CE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B7C4CE is #483B31. Grayscale: #C1C1C1. Windows color (decimal): -4733746 or 13550775. OLE color: 13550775.

HSL color Cylindrical-coordinate representation of color #B7C4CE: hue angle of 206.09º degrees, saturation: 0.19, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #B7C4CE is Cyan = 0.11, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB183196206-
CMYK0.110.0500.19
HSL206.09º19.01%76.27%-
HSV(B)206.09º11.17%80.78%-
XYZ50.415466.16-
YUV193.25135.19120.69-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 31.28%
GREEN value IS 196 (76.95% from 255) = 33.50%
BLUE value IS 206 (80.86% from 255) = 35.21%
R=31.28%
G=33.50%
B=35.21%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1831962060.110.0500.19206.0919.0176.27
HexB7C4CEB5013ce134c
Octal26730431613502331623114
Binary101101111100010011001110101110101001111001110100111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7C4CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7C4CE; }

 p { color: rgb(183,196,206); }

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

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

 a { background-color: rgb(183,196,206); }

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

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

 span { border-color: rgb(183,196,206); }

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