#B2BCDE

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

Shades of Perano #B2BCDE

Tints of Perano #B2BCDE

Color information

#B2BCDE (or 0xB2BCDE) is unknown color: approx Perano. HEX triplet: B2, BC and DE. RGB value is (178,188,222). Sum of RGB (Red+Green+Blue) = 178+188+222=588 (77% of max value = 765). Red value is 178 (69.92% from 255 or 30.27% from 588); Green value is 188 (73.83% from 255 or 31.97% from 588); Blue value is 222 (87.11% from 255 or 37.76% from 588); Max value from RGB is 222 - color contains mainly: blue. Hex color #B2BCDE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B2BCDE is #4D4321. Grayscale: #BCBCBC. Windows color (decimal): -5063458 or 14597298. OLE color: 14597298.

HSL color Cylindrical-coordinate representation of color #B2BCDE: hue angle of 226.36º degrees, saturation: 0.4, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #B2BCDE is Cyan = 0.20, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB178188222-
CMYK0.200.1500.13
HSL226.36º40%78.43%-
HSV(B)226.36º19.82%87.06%-
XYZ49.5350.7176.28-
YUV188.89146.69120.24-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 30.27%
GREEN value IS 188 (73.83% from 255) = 31.97%
BLUE value IS 222 (87.11% from 255) = 37.76%
R=30.27%
G=31.97%
B=37.76%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1781882220.200.1500.13226.364078.43
HexB2BCDE14F0De2284e
Octal262274336241701534250116
Binary10110010101111001101111010100111101101111000101010001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2BCDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2BCDE; }

 p { color: rgb(178,188,222); }

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

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

 a { background-color: rgb(178,188,222); }

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

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

 span { border-color: rgb(178,188,222); }

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