#B7C1CE

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

Shades of Spindle #B7C1CE

Tints of Spindle #B7C1CE

Color information

#B7C1CE (or 0xB7C1CE) is unknown color: approx Spindle. HEX triplet: B7, C1 and CE. RGB value is (183,193,206). Sum of RGB (Red+Green+Blue) = 183+193+206=582 (77% of max value = 765). Red value is 183 (71.88% from 255 or 31.44% from 582); Green value is 193 (75.78% from 255 or 33.16% from 582); Blue value is 206 (80.86% from 255 or 35.40% from 582); Max value from RGB is 206 - color contains mainly: blue. Hex color #B7C1CE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B7C1CE is #483E31. Grayscale: #BFBFBF. Windows color (decimal): -4734514 or 13550007. OLE color: 13550007.

HSL color Cylindrical-coordinate representation of color #B7C1CE: hue angle of 213.91º 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 #B7C1CE is Cyan = 0.11, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB183193206-
CMYK0.110.0600.19
HSL213.91º19.01%76.27%-
HSV(B)213.91º11.17%80.78%-
XYZ49.7452.6665.94-
YUV191.49136.19121.94-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 31.44%
GREEN value IS 193 (75.78% from 255) = 33.16%
BLUE value IS 206 (80.86% from 255) = 35.40%
R=31.44%
G=33.16%
B=35.40%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1831932060.110.0600.19213.9119.0176.27
HexB7C1CEB6013d6134c
Octal26730131613602332623114
Binary101101111100000111001110101111001001111010110100111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7C1CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7C1CE; }

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

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

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

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

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

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

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

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