Html Css Color HEX #B6BFDB Perano

📋 copy color: '#B6BFDB'

red 182 ◦ green 191 ◦ blue 219

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

Shades of Perano #B6BFDB

Tints of Perano #B6BFDB

RGB

 RED value IS 182 (71.48% from 255) = 30.74%

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

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

R = 30.74%
G = 32.26%
B = 36.99%

CMYK

 C value IS 0.17

 M value IS 0.13

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B6BFDB (or 0xB6BFDB) is known color: Perano. HEX triplet: B6, BF and DB. RGB value is (182,191,219). Sum of RGB (Red+Green+Blue) = 182+191+219=592 (78% of max value = 765). Red value is 182 (71.48% from 255 or 30.74% from 592); Green value is 191 (75% from 255 or 32.26% from 592); Blue value is 219 (85.94% from 255 or 36.99% from 592); Max value from RGB is 219 - color contains mainly: blue. Hex color #B6BFDB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B6BFDB is #494024. Grayscale: #BFBFBF. Windows color (decimal): -4800549 or 14401462. OLE color: 14401462.

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

Color convert

RGB 182 191 219 -
CMYK 0.17 0.13 0 0.14
HSL 225.41º 0.34% 0.79% -
HSV(B) 225.41º 0.17% 0.86% -
XYZ 50.71 52.32 74.44 -
YUV 191.5 143.52 121.22 -
System Red Green Blue C M Y K H S L
Decimal 182 191 219 0.17 0.13 0 0.14 225.41 0.34 0.79
Hex B6 BF DB 11 D 0 E E1 22 4F
Octal 266 277 333 21 15 0 16 341 42 117
Binary 10110110 10111111 11011011 10001 1101 0 1110 11100001 100010 1001111

Color Harmonies of #B6BFDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6BFDB

Black with #B6BFDB

Text Example


Text Example

White with #B6BFDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6BFDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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