#B0BCFC

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

Shades of Perano #B0BCFC

Tints of Perano #B0BCFC

Color information

#B0BCFC (or 0xB0BCFC) is unknown color: approx Perano. HEX triplet: B0, BC and FC. RGB value is (176,188,252). Sum of RGB (Red+Green+Blue) = 176+188+252=616 (81% of max value = 765). Red value is 176 (69.14% from 255 or 28.57% from 616); Green value is 188 (73.83% from 255 or 30.52% from 616); Blue value is 252 (98.83% from 255 or 40.91% from 616); Max value from RGB is 252 - color contains mainly: blue. Hex color #B0BCFC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B0BCFC is #4F4303. Grayscale: #BFBFBF. Windows color (decimal): -5194500 or 16563376. OLE color: 16563376.

HSL color Cylindrical-coordinate representation of color #B0BCFC: hue angle of 230.53º 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 #B0BCFC is Cyan = 0.30, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB176188252-
CMYK0.300.2500.01
HSL230.53º92.68%83.92%-
HSV(B)230.53º30.16%98.82%-
XYZ53.4652.2299.36-
YUV191.71162.02116.8-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 28.57%
GREEN value IS 188 (73.83% from 255) = 30.52%
BLUE value IS 252 (98.83% from 255) = 40.91%
R=28.57%
G=30.52%
B=40.91%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1761882520.300.2500.01230.5392.6883.92
HexB0BCFC1E1901e75d54
Octal260274374363101347135124
Binary1011000010111100111111001111011001011110011110111011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0BCFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0BCFC; }

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

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

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

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

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

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

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

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