#B2BFFF

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

Shades of Perano #B2BFFF

Tints of Perano #B2BFFF

Color information

#B2BFFF (or 0xB2BFFF) is unknown color: approx Perano. HEX triplet: B2, BF and FF. RGB value is (178,191,255). Sum of RGB (Red+Green+Blue) = 178+191+255=624 (82% of max value = 765). Red value is 178 (69.92% from 255 or 28.53% from 624); Green value is 191 (75% from 255 or 30.61% from 624); Blue value is 255 (100% from 255 or 40.87% from 624); Max value from RGB is 255 - color contains mainly: blue. Hex color #B2BFFF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B2BFFF is #4D4000. Grayscale: #C2C2C2. Windows color (decimal): -5062657 or 16760754. OLE color: 16760754.

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

Color convert

RGB178191255-
CMYK0.300.2500
HSL229.87º100%84.9%-
HSV(B)229.87º30.2%100%-
XYZ55.0453.95102.12-
YUV194.41162.19116.3-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 28.53%
GREEN value IS 191 (75% from 255) = 30.61%
BLUE value IS 255 (100% from 255) = 40.87%
R=28.53%
G=30.61%
B=40.87%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1781912550.300.2500229.8710084.9
HexB2BFFF1E1900e66455
Octal262277377363100346144125
Binary1011001010111111111111111111011001001110011011001001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2BFFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2BFFF; }

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

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

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

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

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

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

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

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