Html Css Color HEX #B9BFDE Perano

📋 copy color: '#B9BFDE'

red 185 ◦ green 191 ◦ blue 222

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

Shades of Perano #B9BFDE

Tints of Perano #B9BFDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 37.12%

R = 30.94%
G = 31.94%
B = 37.12%

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

#B9BFDE (or 0xB9BFDE) is known color: Perano. HEX triplet: B9, BF and DE. RGB value is (185,191,222). Sum of RGB (Red+Green+Blue) = 185+191+222=598 (79% of max value = 765). Red value is 185 (72.66% from 255 or 30.94% from 598); Green value is 191 (75% from 255 or 31.94% from 598); Blue value is 222 (87.11% from 255 or 37.12% from 598); Max value from RGB is 222 - color contains mainly: blue. Hex color #B9BFDE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B9BFDE is #464021. Grayscale: #C0C0C0. Windows color (decimal): -4603938 or 14598073. OLE color: 14598073.

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

Color convert

RGB 185 191 222 -
CMYK 0.17 0.14 0 0.13
HSL 230.27º 0.36% 0.8% -
HSV(B) 230.27º 0.17% 0.87% -
XYZ 51.82 52.85 76.58 -
YUV 192.74 144.51 122.48 -
System Red Green Blue C M Y K H S L
Decimal 185 191 222 0.17 0.14 0 0.13 230.27 0.36 0.8
Hex B9 BF DE 11 E 0 D E6 24 50
Octal 271 277 336 21 16 0 15 346 44 120
Binary 10111001 10111111 11011110 10001 1110 0 1101 11100110 100100 1010000

Color Harmonies of #B9BFDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9BFDE

Black with #B9BFDE

Text Example


Text Example

White with #B9BFDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9BFDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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