#B0BBFC

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

Shades of Perano #B0BBFC

Tints of Perano #B0BBFC

Color information

#B0BBFC (or 0xB0BBFC) is unknown color: approx Perano. HEX triplet: B0, BB and FC. RGB value is (176,187,252). Sum of RGB (Red+Green+Blue) = 176+187+252=615 (81% of max value = 765). Red value is 176 (69.14% from 255 or 28.62% from 615); Green value is 187 (73.44% from 255 or 30.41% from 615); Blue value is 252 (98.83% from 255 or 40.98% from 615); Max value from RGB is 252 - color contains mainly: blue. Hex color #B0BBFC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B0BBFC is #4F4403. Grayscale: #BEBEBE. Windows color (decimal): -5194756 or 16563120. OLE color: 16563120.

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

Color convert

RGB176187252-
CMYK0.300.2600.01
HSL231.32º92.68%83.92%-
HSV(B)231.32º30.16%98.82%-
XYZ53.2551.899.29-
YUV191.12162.36117.21-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 28.62%
GREEN value IS 187 (73.44% from 255) = 30.41%
BLUE value IS 252 (98.83% from 255) = 40.98%
R=28.62%
G=30.41%
B=40.98%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1761872520.300.2600.01231.3292.6883.92
HexB0BBFC1E1A01e75d54
Octal260273374363201347135124
Binary1011000010111011111111001111011010011110011110111011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0BBFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0BBFC; }

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

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

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

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

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

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

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

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