#B2BBFB

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

Shades of Perano #B2BBFB

Tints of Perano #B2BBFB

Color information

#B2BBFB (or 0xB2BBFB) is unknown color: approx Perano. HEX triplet: B2, BB and FB. RGB value is (178,187,251). Sum of RGB (Red+Green+Blue) = 178+187+251=616 (81% of max value = 765). Red value is 178 (69.92% from 255 or 28.90% from 616); Green value is 187 (73.44% from 255 or 30.36% from 616); Blue value is 251 (98.44% from 255 or 40.75% from 616); Max value from RGB is 251 - color contains mainly: blue. Hex color #B2BBFB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B2BBFB is #4D4404. Grayscale: #BFBFBF. Windows color (decimal): -5063685 or 16497586. OLE color: 16497586.

HSL color Cylindrical-coordinate representation of color #B2BBFB: hue angle of 232.6º degrees, saturation: 0.9, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B2BBFB is Cyan = 0.29, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB178187251-
CMYK0.290.2500.02
HSL232.6º90.12%84.12%-
HSV(B)232.6º29.08%98.43%-
XYZ53.5451.9798.48-
YUV191.6161.52118.3-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 28.90%
GREEN value IS 187 (73.44% from 255) = 30.36%
BLUE value IS 251 (98.44% from 255) = 40.75%
R=28.90%
G=30.36%
B=40.75%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1781872510.290.2500.02232.690.1284.12
HexB2BBFB1D1902e95a54
Octal262273373353102351132124
Binary10110010101110111111101111101110010101110100110110101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2BBFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2BBFB; }

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

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

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

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

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

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

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

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