#B4BFED

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

Shades of Perano #B4BFED

Tints of Perano #B4BFED

Color information

#B4BFED (or 0xB4BFED) is unknown color: approx Perano. HEX triplet: B4, BF and ED. RGB value is (180,191,237). Sum of RGB (Red+Green+Blue) = 180+191+237=608 (80% of max value = 765). Red value is 180 (70.70% from 255 or 29.61% from 608); Green value is 191 (75% from 255 or 31.41% from 608); Blue value is 237 (92.97% from 255 or 38.98% from 608); Max value from RGB is 237 - color contains mainly: blue. Hex color #B4BFED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B4BFED is #4B4012. Grayscale: #C0C0C0. Windows color (decimal): -4931603 or 15581108. OLE color: 15581108.

HSL color Cylindrical-coordinate representation of color #B4BFED: hue angle of 228.42º degrees, saturation: 0.61, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B4BFED is Cyan = 0.24, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB180191237-
CMYK0.240.1900.07
HSL228.42º61.29%81.76%-
HSV(B)228.42º24.05%92.94%-
XYZ52.7453.0887.59-
YUV192.96152.86118.76-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 29.61%
GREEN value IS 191 (75% from 255) = 31.41%
BLUE value IS 237 (92.97% from 255) = 38.98%
R=29.61%
G=31.41%
B=38.98%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1801912370.240.1900.07228.4261.2981.76
HexB4BFED181307e43d52
Octal26427735530230734475122
Binary10110100101111111110110111000100110111111001001111011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4BFED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4BFED; }

 p { color: rgb(180,191,237); }

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

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

 a { background-color: rgb(180,191,237); }

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

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

 span { border-color: rgb(180,191,237); }

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