#B8BECA

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

Shades of Spindle #B8BECA

Tints of Spindle #B8BECA

Color information

#B8BECA (or 0xB8BECA) is unknown color: approx Spindle. HEX triplet: B8, BE and CA. RGB value is (184,190,202). Sum of RGB (Red+Green+Blue) = 184+190+202=576 (76% of max value = 765). Red value is 184 (72.27% from 255 or 31.94% from 576); Green value is 190 (74.61% from 255 or 32.99% from 576); Blue value is 202 (79.30% from 255 or 35.07% from 576); Max value from RGB is 202 - color contains mainly: blue. Hex color #B8BECA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B8BECA is #474135. Grayscale: #BDBDBD. Windows color (decimal): -4669750 or 13287096. OLE color: 13287096.

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

Color convert

RGB184190202-
CMYK0.090.0600.21
HSL220º14.52%75.69%-
HSV(B)220º8.91%79.22%-
XYZ48.8451.2863.2-
YUV189.57135.01124.02-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 31.94%
GREEN value IS 190 (74.61% from 255) = 32.99%
BLUE value IS 202 (79.30% from 255) = 35.07%
R=31.94%
G=32.99%
B=35.07%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1841902020.090.0600.2122014.5275.69
HexB8BECA96015dcf4c
Octal27027631211602533417114
Binary10111000101111101100101010011100101011101110011111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8BECA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8BECA; }

 p { color: rgb(184,190,202); }

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

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

 a { background-color: rgb(184,190,202); }

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

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

 span { border-color: rgb(184,190,202); }

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