#B2BBFC

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

Shades of Perano #B2BBFC

Tints of Perano #B2BBFC

Color information

#B2BBFC (or 0xB2BBFC) is unknown color: approx Perano. HEX triplet: B2, BB and FC. RGB value is (178,187,252). Sum of RGB (Red+Green+Blue) = 178+187+252=617 (81% of max value = 765). Red value is 178 (69.92% from 255 or 28.85% from 617); Green value is 187 (73.44% from 255 or 30.31% from 617); Blue value is 252 (98.83% from 255 or 40.84% from 617); Max value from RGB is 252 - color contains mainly: blue. Hex color #B2BBFC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B2BBFC is #4D4403. Grayscale: #BFBFBF. Windows color (decimal): -5063684 or 16563122. OLE color: 16563122.

HSL color Cylindrical-coordinate representation of color #B2BBFC: hue angle of 232.7º degrees, saturation: 0.93, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B2BBFC is Cyan = 0.29, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB178187252-
CMYK0.290.2600.01
HSL232.7º92.5%84.31%-
HSV(B)232.7º29.37%98.82%-
XYZ53.752.0399.31-
YUV191.72162.02118.21-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 28.85%
GREEN value IS 187 (73.44% from 255) = 30.31%
BLUE value IS 252 (98.83% from 255) = 40.84%
R=28.85%
G=30.31%
B=40.84%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1781872520.290.2600.01232.792.584.31
HexB2BBFC1D1A01e95c54
Octal262273374353201351134124
Binary1011001010111011111111001110111010011110100110111001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2BBFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2BBFC; }

 p { color: rgb(178,187,252); }

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

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

 a { background-color: rgb(178,187,252); }

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

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

 span { border-color: rgb(178,187,252); }

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