Html Css Color HEX #B9BDF9 Perano

📋 copy color: '#B9BDF9'

red 185 ◦ green 189 ◦ blue 249

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

Shades of Perano #B9BDF9

Tints of Perano #B9BDF9

RGB

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

 GREEN value IS 189 (74.22% from 255) = 30.34%

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

R = 29.7%
G = 30.34%
B = 39.97%

CMYK

 C value IS 0.26

 M value IS 0.24

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#B9BDF9 (or 0xB9BDF9) is known color: Perano. HEX triplet: B9, BD and F9. RGB value is (185,189,249). Sum of RGB (Red+Green+Blue) = 185+189+249=623 (82% of max value = 765). Red value is 185 (72.66% from 255 or 29.70% from 623); Green value is 189 (74.22% from 255 or 30.34% from 623); Blue value is 249 (97.66% from 255 or 39.97% from 623); Max value from RGB is 249 - color contains mainly: blue. Hex color #B9BDF9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B9BDF9 is #464206. Grayscale: #C2C2C2. Windows color (decimal): -4604423 or 16367033. OLE color: 16367033.

HSL color Cylindrical-coordinate representation of color #B9BDF9: hue angle of 236.25º 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 #B9BDF9 is Cyan = 0.26, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 185 189 249 -
CMYK 0.26 0.24 0 0.02
HSL 236.25º 0.84% 0.85% -
HSV(B) 236.25º 0.26% 0.98% -
XYZ 55.3 53.55 97.04 -
YUV 194.64 158.67 121.12 -
System Red Green Blue C M Y K H S L
Decimal 185 189 249 0.26 0.24 0 0.02 236.25 0.84 0.85
Hex B9 BD F9 1A 18 0 2 EC 54 55
Octal 271 275 371 32 30 0 2 354 124 125
Binary 10111001 10111101 11111001 11010 11000 0 10 11101100 1010100 1010101

Color Harmonies of #B9BDF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9BDF9

Black with #B9BDF9

Text Example


Text Example

White with #B9BDF9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9BDF9; }

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

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

background-color css

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

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

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

border-color css

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

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

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