#B2BECA

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

Shades of Spindle #B2BECA

Tints of Spindle #B2BECA

Color information

#B2BECA (or 0xB2BECA) is unknown color: approx Spindle. HEX triplet: B2, BE and CA. RGB value is (178,190,202). Sum of RGB (Red+Green+Blue) = 178+190+202=570 (75% of max value = 765). Red value is 178 (69.92% from 255 or 31.23% from 570); Green value is 190 (74.61% from 255 or 33.33% from 570); Blue value is 202 (79.30% from 255 or 35.44% from 570); Max value from RGB is 202 - color contains mainly: blue. Hex color #B2BECA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B2BECA is #4D4135. Grayscale: #BBBBBB. Windows color (decimal): -5062966 or 13287090. OLE color: 13287090.

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

Color convert

RGB178190202-
CMYK0.120.0600.21
HSL210º18.46%74.51%-
HSV(B)210º11.88%79.22%-
XYZ47.4350.5663.14-
YUV187.78136.02121.02-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 31.23%
GREEN value IS 190 (74.61% from 255) = 33.33%
BLUE value IS 202 (79.30% from 255) = 35.44%
R=31.23%
G=33.33%
B=35.44%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1781902020.120.0600.2121018.4674.51
HexB2BECAC6015d2124b
Octal26227631214602532222113
Binary101100101011111011001010110011001010111010010100101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2BECA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2BECA; }

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

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

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

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

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

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

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

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