#B9BEED

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

Shades of Perano #B9BEED

Tints of Perano #B9BEED

Color information

#B9BEED (or 0xB9BEED) is unknown color: approx Perano. HEX triplet: B9, BE and ED. RGB value is (185,190,237). Sum of RGB (Red+Green+Blue) = 185+190+237=612 (81% of max value = 765). Red value is 185 (72.66% from 255 or 30.23% from 612); Green value is 190 (74.61% from 255 or 31.05% from 612); Blue value is 237 (92.97% from 255 or 38.73% from 612); Max value from RGB is 237 - color contains mainly: blue. Hex color #B9BEED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B9BEED is #464112. Grayscale: #C1C1C1. Windows color (decimal): -4604179 or 15580857. OLE color: 15580857.

HSL color Cylindrical-coordinate representation of color #B9BEED: hue angle of 234.23º degrees, saturation: 0.59, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #B9BEED is Cyan = 0.22, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB185190237-
CMYK0.220.2000.07
HSL234.23º59.09%82.75%-
HSV(B)234.23º21.94%92.94%-
XYZ53.7153.2687.57-
YUV193.86152.34121.68-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 30.23%
GREEN value IS 190 (74.61% from 255) = 31.05%
BLUE value IS 237 (92.97% from 255) = 38.73%
R=30.23%
G=31.05%
B=38.73%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1851902370.220.2000.07234.2359.0982.75
HexB9BEED161407ea3b53
Octal27127635526240735273123
Binary10111001101111101110110110110101000111111010101110111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9BEED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9BEED; }

 p { color: rgb(185,190,237); }

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

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

 a { background-color: rgb(185,190,237); }

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

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

 span { border-color: rgb(185,190,237); }

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