Html Css Color HEX #B9BEE5 Perano

📋 copy color: '#B9BEE5'

red 185 ◦ green 190 ◦ blue 229

#B9BEE5
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Perano #B9BEE5

Tints of Perano #B9BEE5

RGB

 RED value IS 185 (72.66% from 255) = 30.63%

 GREEN value IS 190 (74.61% from 255) = 31.46%

 BLUE value IS 229 (89.84% from 255) = 37.91%

R = 30.63%
G = 31.46%
B = 37.91%

CMYK

 C value IS 0.19

 M value IS 0.17

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#B9BEE5 (or 0xB9BEE5) is known color: Perano. HEX triplet: B9, BE and E5. RGB value is (185,190,229). Sum of RGB (Red+Green+Blue) = 185+190+229=604 (80% of max value = 765). Red value is 185 (72.66% from 255 or 30.63% from 604); Green value is 190 (74.61% from 255 or 31.46% from 604); Blue value is 229 (89.84% from 255 or 37.91% from 604); Max value from RGB is 229 - color contains mainly: blue. Hex color #B9BEE5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B9BEE5 is #46411A. Grayscale: #C0C0C0. Windows color (decimal): -4604187 or 15056569. OLE color: 15056569.

HSL color Cylindrical-coordinate representation of color #B9BEE5: hue angle of 233.18º degrees, saturation: 0.46, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #B9BEE5 is Cyan = 0.19, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 185 190 229 -
CMYK 0.19 0.17 0 0.10
HSL 233.18º 0.46% 0.81% -
HSV(B) 233.18º 0.19% 0.9% -
XYZ 52.56 52.8 81.55 -
YUV 192.95 148.34 122.33 -
System Red Green Blue C M Y K H S L
Decimal 185 190 229 0.19 0.17 0 0.10 233.18 0.46 0.81
Hex B9 BE E5 13 11 0 A E9 2E 51
Octal 271 276 345 23 21 0 12 351 56 121
Binary 10111001 10111110 11100101 10011 10001 0 1010 11101001 101110 1010001

Color Harmonies of #B9BEE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9BEE5

Black with #B9BEE5

Text Example


Text Example

White with #B9BEE5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9BEE5; }

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

 H1.HeaderClassName
 {
   color: #B9BEE5;
 }
 .AnyTagClassName
 {
   color: #B9BEE5;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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