#B7C1CA

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

Shades of Spindle #B7C1CA

Tints of Spindle #B7C1CA

Color information

#B7C1CA (or 0xB7C1CA) is unknown color: approx Spindle. HEX triplet: B7, C1 and CA. RGB value is (183,193,202). Sum of RGB (Red+Green+Blue) = 183+193+202=578 (76% of max value = 765). Red value is 183 (71.88% from 255 or 31.66% from 578); Green value is 193 (75.78% from 255 or 33.39% from 578); Blue value is 202 (79.30% from 255 or 34.95% from 578); Max value from RGB is 202 - color contains mainly: blue. Hex color #B7C1CA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B7C1CA is #483E35. Grayscale: #BEBEBE. Windows color (decimal): -4734518 or 13287863. OLE color: 13287863.

HSL color Cylindrical-coordinate representation of color #B7C1CA: hue angle of 208.42º degrees, saturation: 0.15, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #B7C1CA is Cyan = 0.09, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB183193202-
CMYK0.090.0400.21
HSL208.42º15.2%75.49%-
HSV(B)208.42º9.41%79.22%-
XYZ49.2652.4763.41-
YUV191.04134.19122.27-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 31.66%
GREEN value IS 193 (75.78% from 255) = 33.39%
BLUE value IS 202 (79.30% from 255) = 34.95%
R=31.66%
G=33.39%
B=34.95%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1831932020.090.0400.21208.4215.275.49
HexB7C1CA94015d0f4b
Octal26730131211402532017113
Binary10110111110000011100101010011000101011101000011111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7C1CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7C1CA; }

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

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

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

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

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

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

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

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