Html Css Color HEX #B7BFDB Perano

📋 copy color: '#B7BFDB'

red 183 ◦ green 191 ◦ blue 219

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

Shades of Perano #B7BFDB

Tints of Perano #B7BFDB

RGB

 RED value IS 183 (71.88% from 255) = 30.86%

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

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

R = 30.86%
G = 32.21%
B = 36.93%

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

#B7BFDB (or 0xB7BFDB) is known color: Perano. HEX triplet: B7, BF and DB. RGB value is (183,191,219). Sum of RGB (Red+Green+Blue) = 183+191+219=593 (78% of max value = 765). Red value is 183 (71.88% from 255 or 30.86% from 593); Green value is 191 (75% from 255 or 32.21% from 593); Blue value is 219 (85.94% from 255 or 36.93% from 593); Max value from RGB is 219 - color contains mainly: blue. Hex color #B7BFDB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B7BFDB is #484024. Grayscale: #BFBFBF. Windows color (decimal): -4735013 or 14401463. OLE color: 14401463.

HSL color Cylindrical-coordinate representation of color #B7BFDB: hue angle of 226.67º degrees, saturation: 0.33, 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 #B7BFDB is Cyan = 0.16, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 183 191 219 -
CMYK 0.16 0.13 0 0.14
HSL 226.67º 0.33% 0.79% -
HSV(B) 226.67º 0.16% 0.86% -
XYZ 50.95 52.44 74.46 -
YUV 191.8 143.35 121.72 -
System Red Green Blue C M Y K H S L
Decimal 183 191 219 0.16 0.13 0 0.14 226.67 0.33 0.79
Hex B7 BF DB 10 D 0 E E3 21 4F
Octal 267 277 333 20 15 0 16 343 41 117
Binary 10110111 10111111 11011011 10000 1101 0 1110 11100011 100001 1001111

Color Harmonies of #B7BFDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7BFDB

Black with #B7BFDB

Text Example


Text Example

White with #B7BFDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7BFDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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