Html Css Color HEX #B9BEF1 Perano

📋 copy color: '#B9BEF1'

red 185 ◦ green 190 ◦ blue 241

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

Shades of Perano #B9BEF1

Tints of Perano #B9BEF1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 39.12%

R = 30.03%
G = 30.84%
B = 39.12%

CMYK

 C value IS 0.23

 M value IS 0.21

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#B9BEF1 (or 0xB9BEF1) is known color: Perano. HEX triplet: B9, BE and F1. RGB value is (185,190,241). Sum of RGB (Red+Green+Blue) = 185+190+241=616 (81% of max value = 765). Red value is 185 (72.66% from 255 or 30.03% from 616); Green value is 190 (74.61% from 255 or 30.84% from 616); Blue value is 241 (94.53% from 255 or 39.12% from 616); Max value from RGB is 241 - color contains mainly: blue. Hex color #B9BEF1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B9BEF1 is #46410E. Grayscale: #C2C2C2. Windows color (decimal): -4604175 or 15843001. OLE color: 15843001.

HSL color Cylindrical-coordinate representation of color #B9BEF1: hue angle of 234.64º degrees, saturation: 0.67, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B9BEF1 is Cyan = 0.23, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 185 190 241 -
CMYK 0.23 0.21 0 0.05
HSL 234.64º 0.67% 0.84% -
HSV(B) 234.64º 0.23% 0.95% -
XYZ 54.3 53.49 90.68 -
YUV 194.32 154.34 121.35 -
System Red Green Blue C M Y K H S L
Decimal 185 190 241 0.23 0.21 0 0.05 234.64 0.67 0.84
Hex B9 BE F1 17 15 0 5 EB 43 54
Octal 271 276 361 27 25 0 5 353 103 124
Binary 10111001 10111110 11110001 10111 10101 0 101 11101011 1000011 1010100

Color Harmonies of #B9BEF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9BEF1

Black with #B9BEF1

Text Example


Text Example

White with #B9BEF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9BEF1; }

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

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

background-color css

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

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

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

border-color css

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

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

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