#B4BEEB

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

Shades of Perano #B4BEEB

Tints of Perano #B4BEEB

Color information

#B4BEEB (or 0xB4BEEB) is unknown color: approx Perano. HEX triplet: B4, BE and EB. RGB value is (180,190,235). Sum of RGB (Red+Green+Blue) = 180+190+235=605 (80% of max value = 765). Red value is 180 (70.70% from 255 or 29.75% from 605); Green value is 190 (74.61% from 255 or 31.40% from 605); Blue value is 235 (92.19% from 255 or 38.84% from 605); Max value from RGB is 235 - color contains mainly: blue. Hex color #B4BEEB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B4BEEB is #4B4114. Grayscale: #BFBFBF. Windows color (decimal): -4931861 or 15449780. OLE color: 15449780.

HSL color Cylindrical-coordinate representation of color #B4BEEB: hue angle of 229.09º degrees, saturation: 0.58, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B4BEEB is Cyan = 0.23, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB180190235-
CMYK0.230.1900.08
HSL229.09º57.89%81.37%-
HSV(B)229.09º23.4%92.16%-
XYZ52.2352.5385.98-
YUV192.14152.19119.34-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 29.75%
GREEN value IS 190 (74.61% from 255) = 31.40%
BLUE value IS 235 (92.19% from 255) = 38.84%
R=29.75%
G=31.40%
B=38.84%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1801902350.230.1900.08229.0957.8981.37
HexB4BEEB171308e53a51
Octal264276353272301034572121
Binary101101001011111011101011101111001101000111001011110101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4BEEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4BEEB; }

 p { color: rgb(180,190,235); }

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

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

 a { background-color: rgb(180,190,235); }

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

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

 span { border-color: rgb(180,190,235); }

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