Html Css Color HEX #B9BFF9 Perano

📋 copy color: '#B9BFF9'

red 185 ◦ green 191 ◦ blue 249

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

Shades of Perano #B9BFF9

Tints of Perano #B9BFF9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 39.84%

R = 29.6%
G = 30.56%
B = 39.84%

CMYK

 C value IS 0.26

 M value IS 0.23

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#B9BFF9 (or 0xB9BFF9) is known color: Perano. HEX triplet: B9, BF and F9. RGB value is (185,191,249). Sum of RGB (Red+Green+Blue) = 185+191+249=625 (82% of max value = 765). Red value is 185 (72.66% from 255 or 29.6% from 625); Green value is 191 (75% from 255 or 30.56% from 625); Blue value is 249 (97.66% from 255 or 39.84% from 625); Max value from RGB is 249 - color contains mainly: blue. Hex color #B9BFF9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B9BFF9 is #464006. Grayscale: #C3C3C3. Windows color (decimal): -4603911 or 16367545. OLE color: 16367545.

HSL color Cylindrical-coordinate representation of color #B9BFF9: hue angle of 234.38º degrees, saturation: 0.84, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B9BFF9 is Cyan = 0.26, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 185 191 249 -
CMYK 0.26 0.23 0 0.02
HSL 234.38º 0.84% 0.85% -
HSV(B) 234.38º 0.26% 0.98% -
XYZ 55.74 54.42 97.19 -
YUV 195.82 158.01 120.28 -
System Red Green Blue C M Y K H S L
Decimal 185 191 249 0.26 0.23 0 0.02 234.38 0.84 0.85
Hex B9 BF F9 1A 17 0 2 EA 54 55
Octal 271 277 371 32 27 0 2 352 124 125
Binary 10111001 10111111 11111001 11010 10111 0 10 11101010 1010100 1010101

Color Harmonies of #B9BFF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9BFF9

Black with #B9BFF9

Text Example


Text Example

White with #B9BFF9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9BFF9; }

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

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

background-color css

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

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

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

border-color css

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

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

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