#B2BCFB

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

Shades of Perano #B2BCFB

Tints of Perano #B2BCFB

Color information

#B2BCFB (or 0xB2BCFB) is unknown color: approx Perano. HEX triplet: B2, BC and FB. RGB value is (178,188,251). Sum of RGB (Red+Green+Blue) = 178+188+251=617 (81% of max value = 765). Red value is 178 (69.92% from 255 or 28.85% from 617); Green value is 188 (73.83% from 255 or 30.47% from 617); Blue value is 251 (98.44% from 255 or 40.68% from 617); Max value from RGB is 251 - color contains mainly: blue. Hex color #B2BCFB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B2BCFB is #4D4304. Grayscale: #BFBFBF. Windows color (decimal): -5063429 or 16497842. OLE color: 16497842.

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

Color convert

RGB178188251-
CMYK0.290.2500.02
HSL231.78º90.12%84.12%-
HSV(B)231.78º29.08%98.43%-
XYZ53.7652.498.55-
YUV192.19161.19117.88-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 28.85%
GREEN value IS 188 (73.83% from 255) = 30.47%
BLUE value IS 251 (98.44% from 255) = 40.68%
R=28.85%
G=30.47%
B=40.68%

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
Decimal1781882510.290.2500.02231.7890.1284.12
HexB2BCFB1D1902e85a54
Octal262274373353102350132124
Binary10110010101111001111101111101110010101110100010110101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2BCFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2BCFB; }

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

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

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

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

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

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

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

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