Html Css Color HEX #B9BFDB Perano

📋 copy color: '#B9BFDB'

red 185 ◦ green 191 ◦ blue 219

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

Shades of Perano #B9BFDB

Tints of Perano #B9BFDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 36.81%

R = 31.09%
G = 32.1%
B = 36.81%

CMYK

 C value IS 0.16

 M value IS 0.13

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B9BFDB (or 0xB9BFDB) is known color: Perano. HEX triplet: B9, BF and DB. RGB value is (185,191,219). Sum of RGB (Red+Green+Blue) = 185+191+219=595 (78% of max value = 765). Red value is 185 (72.66% from 255 or 31.09% from 595); Green value is 191 (75% from 255 or 32.10% from 595); Blue value is 219 (85.94% from 255 or 36.81% from 595); Max value from RGB is 219 - color contains mainly: blue. Hex color #B9BFDB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B9BFDB is #464024. Grayscale: #C0C0C0. Windows color (decimal): -4603941 or 14401465. OLE color: 14401465.

HSL color Cylindrical-coordinate representation of color #B9BFDB: hue angle of 229.41º degrees, saturation: 0.32, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #B9BFDB is Cyan = 0.16, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 185 191 219 -
CMYK 0.16 0.13 0 0.14
HSL 229.41º 0.32% 0.79% -
HSV(B) 229.41º 0.16% 0.86% -
XYZ 51.42 52.69 74.48 -
YUV 192.4 143.01 122.72 -
System Red Green Blue C M Y K H S L
Decimal 185 191 219 0.16 0.13 0 0.14 229.41 0.32 0.79
Hex B9 BF DB 10 D 0 E E5 20 4F
Octal 271 277 333 20 15 0 16 345 40 117
Binary 10111001 10111111 11011011 10000 1101 0 1110 11100101 100000 1001111

Color Harmonies of #B9BFDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9BFDB

Black with #B9BFDB

Text Example


Text Example

White with #B9BFDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9BFDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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