#B2BFFE

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

Shades of Perano #B2BFFE

Tints of Perano #B2BFFE

Color information

#B2BFFE (or 0xB2BFFE) is unknown color: approx Perano. HEX triplet: B2, BF and FE. RGB value is (178,191,254). Sum of RGB (Red+Green+Blue) = 178+191+254=623 (82% of max value = 765). Red value is 178 (69.92% from 255 or 28.57% from 623); Green value is 191 (75% from 255 or 30.66% from 623); Blue value is 254 (99.61% from 255 or 40.77% from 623); Max value from RGB is 254 - color contains mainly: blue. Hex color #B2BFFE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B2BFFE is #4D4001. Grayscale: #C2C2C2. Windows color (decimal): -5062658 or 16695218. OLE color: 16695218.

HSL color Cylindrical-coordinate representation of color #B2BFFE: hue angle of 229.74º degrees, saturation: 0.97, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B2BFFE is Cyan = 0.30, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB178191254-
CMYK0.300.2500.00
HSL229.74º97.44%84.71%-
HSV(B)229.74º29.92%99.61%-
XYZ54.8853.88101.27-
YUV194.3161.69116.38-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 28.57%
GREEN value IS 191 (75% from 255) = 30.66%
BLUE value IS 254 (99.61% from 255) = 40.77%
R=28.57%
G=30.66%
B=40.77%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1781912540.300.2500.00229.7497.4484.71
HexB2BFFE1E1900e66155
Octal262277376363100346141125
Binary1011001010111111111111101111011001001110011011000011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2BFFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2BFFE; }

 p { color: rgb(178,191,254); }

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

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

 a { background-color: rgb(178,191,254); }

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

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

 span { border-color: rgb(178,191,254); }

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