Html Css Color HEX #B9BFDF Perano

📋 copy color: '#B9BFDF'

red 185 ◦ green 191 ◦ blue 223

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

Shades of Perano #B9BFDF

Tints of Perano #B9BFDF

RGB

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

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

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

R = 30.88%
G = 31.89%
B = 37.23%

CMYK

 C value IS 0.17

 M value IS 0.14

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B9BFDF (or 0xB9BFDF) is known color: Perano. HEX triplet: B9, BF and DF. RGB value is (185,191,223). Sum of RGB (Red+Green+Blue) = 185+191+223=599 (79% of max value = 765). Red value is 185 (72.66% from 255 or 30.88% from 599); Green value is 191 (75% from 255 or 31.89% from 599); Blue value is 223 (87.5% from 255 or 37.23% from 599); Max value from RGB is 223 - color contains mainly: blue. Hex color #B9BFDF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B9BFDF is #464020. Grayscale: #C0C0C0. Windows color (decimal): -4603937 or 14663609. OLE color: 14663609.

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

Color convert

RGB 185 191 223 -
CMYK 0.17 0.14 0 0.13
HSL 230.53º 0.37% 0.8% -
HSV(B) 230.53º 0.17% 0.87% -
XYZ 51.96 52.9 77.29 -
YUV 192.85 145.01 122.4 -
System Red Green Blue C M Y K H S L
Decimal 185 191 223 0.17 0.14 0 0.13 230.53 0.37 0.8
Hex B9 BF DF 11 E 0 D E7 25 50
Octal 271 277 337 21 16 0 15 347 45 120
Binary 10111001 10111111 11011111 10001 1110 0 1101 11100111 100101 1010000

Color Harmonies of #B9BFDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9BFDF

Black with #B9BFDF

Text Example


Text Example

White with #B9BFDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9BFDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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