#B4B6FC

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

Shades of Perano #B4B6FC

Tints of Perano #B4B6FC

Color information

#B4B6FC (or 0xB4B6FC) is unknown color: approx Perano. HEX triplet: B4, B6 and FC. RGB value is (180,182,252). Sum of RGB (Red+Green+Blue) = 180+182+252=614 (81% of max value = 765). Red value is 180 (70.70% from 255 or 29.32% from 614); Green value is 182 (71.48% from 255 or 29.64% from 614); Blue value is 252 (98.83% from 255 or 41.04% from 614); Max value from RGB is 252 - color contains mainly: blue. Hex color #B4B6FC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B4B6FC is #4B4903. Grayscale: #BDBDBD. Windows color (decimal): -4933892 or 16561844. OLE color: 16561844.

HSL color Cylindrical-coordinate representation of color #B4B6FC: hue angle of 238.33º degrees, saturation: 0.92, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B4B6FC is Cyan = 0.29, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB180182252-
CMYK0.290.2800.01
HSL238.33º92.31%84.71%-
HSV(B)238.33º28.57%98.82%-
XYZ53.1250.1998.98-
YUV189.38163.34121.31-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 29.32%
GREEN value IS 182 (71.48% from 255) = 29.64%
BLUE value IS 252 (98.83% from 255) = 41.04%
R=29.32%
G=29.64%
B=41.04%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1801822520.290.2800.01238.3392.3184.71
HexB4B6FC1D1C01ee5c55
Octal264266374353401356134125
Binary1011010010110110111111001110111100011110111010111001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4B6FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4B6FC; }

 p { color: rgb(180,182,252); }

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

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

 a { background-color: rgb(180,182,252); }

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

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

 span { border-color: rgb(180,182,252); }

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