Html Css Color HEX #B9BFEB Perano

📋 copy color: '#B9BFEB'

red 185 ◦ green 191 ◦ blue 235

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

Shades of Perano #B9BFEB

Tints of Perano #B9BFEB

RGB

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

 GREEN value IS 191 (75% from 255) = 31.26%

 BLUE value IS 235 (92.19% from 255) = 38.46%

R = 30.28%
G = 31.26%
B = 38.46%

CMYK

 C value IS 0.21

 M value IS 0.19

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#B9BFEB (or 0xB9BFEB) is known color: Perano. HEX triplet: B9, BF and EB. RGB value is (185,191,235). Sum of RGB (Red+Green+Blue) = 185+191+235=611 (80% of max value = 765). Red value is 185 (72.66% from 255 or 30.28% from 611); Green value is 191 (75% from 255 or 31.26% from 611); Blue value is 235 (92.19% from 255 or 38.46% from 611); Max value from RGB is 235 - color contains mainly: blue. Hex color #B9BFEB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B9BFEB is #464014. Grayscale: #C2C2C2. Windows color (decimal): -4603925 or 15450041. OLE color: 15450041.

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

Color convert

RGB 185 191 235 -
CMYK 0.21 0.19 0 0.08
HSL 232.8º 0.56% 0.82% -
HSV(B) 232.8º 0.21% 0.92% -
XYZ 53.63 53.57 86.11 -
YUV 194.22 151.01 121.42 -
System Red Green Blue C M Y K H S L
Decimal 185 191 235 0.21 0.19 0 0.08 232.8 0.56 0.82
Hex B9 BF EB 15 13 0 8 E9 38 52
Octal 271 277 353 25 23 0 10 351 70 122
Binary 10111001 10111111 11101011 10101 10011 0 1000 11101001 111000 1010010

Color Harmonies of #B9BFEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9BFEB

Black with #B9BFEB

Text Example


Text Example

White with #B9BFEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9BFEB; }

 p { color: rgb(185,191,235); }

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

background-color css

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

 a { background-color: rgb(185,191,235); }

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

border-color css

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

 span { border-color: rgb(185,191,235); }

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