#B2BCF5

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

Shades of Perano #B2BCF5

Tints of Perano #B2BCF5

Color information

#B2BCF5 (or 0xB2BCF5) is unknown color: approx Perano. HEX triplet: B2, BC and F5. RGB value is (178,188,245). Sum of RGB (Red+Green+Blue) = 178+188+245=611 (80% of max value = 765). Red value is 178 (69.92% from 255 or 29.13% from 611); Green value is 188 (73.83% from 255 or 30.77% from 611); Blue value is 245 (96.09% from 255 or 40.10% from 611); Max value from RGB is 245 - color contains mainly: blue. Hex color #B2BCF5 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B2BCF5 is #4D430A. Grayscale: #BFBFBF. Windows color (decimal): -5063435 or 16104626. OLE color: 16104626.

HSL color Cylindrical-coordinate representation of color #B2BCF5: hue angle of 231.04º degrees, saturation: 0.77, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B2BCF5 is Cyan = 0.27, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB178188245-
CMYK0.270.2300.04
HSL231.04º77.01%82.94%-
HSV(B)231.04º27.35%96.08%-
XYZ52.8252.0293.64-
YUV191.51158.19118.37-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 29.13%
GREEN value IS 188 (73.83% from 255) = 30.77%
BLUE value IS 245 (96.09% from 255) = 40.10%
R=29.13%
G=30.77%
B=40.10%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1781882450.270.2300.04231.0477.0182.94
HexB2BCF51B1704e74d53
Octal262274365332704347115123
Binary101100101011110011110101110111011101001110011110011011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2BCF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2BCF5; }

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

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

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

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

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

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

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

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