Html Css Color HEX #B9BDE8 Perano

📋 copy color: '#B9BDE8'

red 185 ◦ green 189 ◦ blue 232

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

Shades of Perano #B9BDE8

Tints of Perano #B9BDE8

RGB

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

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

 BLUE value IS 232 (91.02% from 255) = 38.28%

R = 30.53%
G = 31.19%
B = 38.28%

CMYK

 C value IS 0.20

 M value IS 0.19

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#B9BDE8 (or 0xB9BDE8) is known color: Perano. HEX triplet: B9, BD and E8. RGB value is (185,189,232). Sum of RGB (Red+Green+Blue) = 185+189+232=606 (80% of max value = 765). Red value is 185 (72.66% from 255 or 30.53% from 606); Green value is 189 (74.22% from 255 or 31.19% from 606); Blue value is 232 (91.02% from 255 or 38.28% from 606); Max value from RGB is 232 - color contains mainly: blue. Hex color #B9BDE8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B9BDE8 is #464217. Grayscale: #C0C0C0. Windows color (decimal): -4604440 or 15252921. OLE color: 15252921.

HSL color Cylindrical-coordinate representation of color #B9BDE8: hue angle of 234.89º degrees, saturation: 0.51, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #B9BDE8 is Cyan = 0.20, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 185 189 232 -
CMYK 0.20 0.19 0 0.09
HSL 234.89º 0.51% 0.82% -
HSV(B) 234.89º 0.2% 0.91% -
XYZ 52.77 52.54 83.7 -
YUV 192.71 150.17 122.5 -
System Red Green Blue C M Y K H S L
Decimal 185 189 232 0.20 0.19 0 0.09 234.89 0.51 0.82
Hex B9 BD E8 14 13 0 9 EB 33 52
Octal 271 275 350 24 23 0 11 353 63 122
Binary 10111001 10111101 11101000 10100 10011 0 1001 11101011 110011 1010010

Color Harmonies of #B9BDE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9BDE8

Black with #B9BDE8

Text Example


Text Example

White with #B9BDE8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9BDE8; }

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

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

background-color css

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

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

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

border-color css

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

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

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