#B8BEEB

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

Shades of Perano #B8BEEB

Tints of Perano #B8BEEB

Color information

#B8BEEB (or 0xB8BEEB) is unknown color: approx Perano. HEX triplet: B8, BE and EB. RGB value is (184,190,235). Sum of RGB (Red+Green+Blue) = 184+190+235=609 (80% of max value = 765). Red value is 184 (72.27% from 255 or 30.21% from 609); Green value is 190 (74.61% from 255 or 31.20% from 609); Blue value is 235 (92.19% from 255 or 38.59% from 609); Max value from RGB is 235 - color contains mainly: blue. Hex color #B8BEEB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B8BEEB is #474114. Grayscale: #C1C1C1. Windows color (decimal): -4669717 or 15449784. OLE color: 15449784.

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

Color convert

RGB184190235-
CMYK0.220.1900.08
HSL232.94º56.04%82.16%-
HSV(B)232.94º21.7%92.16%-
XYZ53.1853.0286.03-
YUV193.34151.51121.34-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 30.21%
GREEN value IS 190 (74.61% from 255) = 31.20%
BLUE value IS 235 (92.19% from 255) = 38.59%
R=30.21%
G=31.20%
B=38.59%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1841902350.220.1900.08232.9456.0482.16
HexB8BEEB161308e93852
Octal270276353262301035170122
Binary101110001011111011101011101101001101000111010011110001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8BEEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8BEEB; }

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

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

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

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

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

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

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

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