Html Css Color HEX #B6BFDC Perano

📋 copy color: '#B6BFDC'

red 182 ◦ green 191 ◦ blue 220

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

Shades of Perano #B6BFDC

Tints of Perano #B6BFDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 37.1%

R = 30.69%
G = 32.21%
B = 37.1%

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

#B6BFDC (or 0xB6BFDC) is known color: Perano. HEX triplet: B6, BF and DC. RGB value is (182,191,220). Sum of RGB (Red+Green+Blue) = 182+191+220=593 (78% of max value = 765). Red value is 182 (71.48% from 255 or 30.69% from 593); Green value is 191 (75% from 255 or 32.21% from 593); Blue value is 220 (86.33% from 255 or 37.10% from 593); Max value from RGB is 220 - color contains mainly: blue. Hex color #B6BFDC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B6BFDC is #494023. Grayscale: #BFBFBF. Windows color (decimal): -4800548 or 14466998. OLE color: 14466998.

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

Color convert

RGB 182 191 220 -
CMYK 0.17 0.13 0 0.14
HSL 225.79º 0.35% 0.79% -
HSV(B) 225.79º 0.17% 0.86% -
XYZ 50.84 52.37 75.14 -
YUV 191.62 144.02 121.14 -
System Red Green Blue C M Y K H S L
Decimal 182 191 220 0.17 0.13 0 0.14 225.79 0.35 0.79
Hex B6 BF DC 11 D 0 E E2 23 4F
Octal 266 277 334 21 15 0 16 342 43 117
Binary 10110110 10111111 11011100 10001 1101 0 1110 11100010 100011 1001111

Color Harmonies of #B6BFDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6BFDC

Black with #B6BFDC

Text Example


Text Example

White with #B6BFDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6BFDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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