Html Css Color HEX #B6BFDF Perano

📋 copy color: '#B6BFDF'

red 182 ◦ green 191 ◦ blue 223

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

Shades of Perano #B6BFDF

Tints of Perano #B6BFDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 37.42%

R = 30.54%
G = 32.05%
B = 37.42%

CMYK

 C value IS 0.18

 M value IS 0.14

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B6BFDF (or 0xB6BFDF) is known color: Perano. HEX triplet: B6, BF and DF. RGB value is (182,191,223). Sum of RGB (Red+Green+Blue) = 182+191+223=596 (78% of max value = 765). Red value is 182 (71.48% from 255 or 30.54% from 596); Green value is 191 (75% from 255 or 32.05% from 596); Blue value is 223 (87.5% from 255 or 37.42% from 596); Max value from RGB is 223 - color contains mainly: blue. Hex color #B6BFDF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B6BFDF is #494020. Grayscale: #BFBFBF. Windows color (decimal): -4800545 or 14663606. OLE color: 14663606.

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

Color convert

RGB 182 191 223 -
CMYK 0.18 0.14 0 0.13
HSL 226.83º 0.39% 0.79% -
HSV(B) 226.83º 0.18% 0.87% -
XYZ 51.24 52.53 77.25 -
YUV 191.96 145.52 120.9 -
System Red Green Blue C M Y K H S L
Decimal 182 191 223 0.18 0.14 0 0.13 226.83 0.39 0.79
Hex B6 BF DF 12 E 0 D E3 27 4F
Octal 266 277 337 22 16 0 15 343 47 117
Binary 10110110 10111111 11011111 10010 1110 0 1101 11100011 100111 1001111

Color Harmonies of #B6BFDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6BFDF

Black with #B6BFDF

Text Example


Text Example

White with #B6BFDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6BFDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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