Html Css Color HEX #B9BDEA Perano

📋 copy color: '#B9BDEA'

red 185 ◦ green 189 ◦ blue 234

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

Shades of Perano #B9BDEA

Tints of Perano #B9BDEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 38.49%

R = 30.43%
G = 31.09%
B = 38.49%

CMYK

 C value IS 0.21

 M value IS 0.19

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#B9BDEA (or 0xB9BDEA) is known color: Perano. HEX triplet: B9, BD and EA. RGB value is (185,189,234). Sum of RGB (Red+Green+Blue) = 185+189+234=608 (80% of max value = 765). Red value is 185 (72.66% from 255 or 30.43% from 608); Green value is 189 (74.22% from 255 or 31.09% from 608); Blue value is 234 (91.80% from 255 or 38.49% from 608); Max value from RGB is 234 - color contains mainly: blue. Hex color #B9BDEA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B9BDEA is #464215. Grayscale: #C0C0C0. Windows color (decimal): -4604438 or 15383993. OLE color: 15383993.

HSL color Cylindrical-coordinate representation of color #B9BDEA: hue angle of 235.1º degrees, saturation: 0.54, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #B9BDEA is Cyan = 0.21, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 185 189 234 -
CMYK 0.21 0.19 0 0.08
HSL 235.1º 0.54% 0.82% -
HSV(B) 235.1º 0.21% 0.92% -
XYZ 53.06 52.65 85.21 -
YUV 192.93 151.17 122.34 -
System Red Green Blue C M Y K H S L
Decimal 185 189 234 0.21 0.19 0 0.08 235.1 0.54 0.82
Hex B9 BD EA 15 13 0 8 EB 36 52
Octal 271 275 352 25 23 0 10 353 66 122
Binary 10111001 10111101 11101010 10101 10011 0 1000 11101011 110110 1010010

Color Harmonies of #B9BDEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9BDEA

Black with #B9BDEA

Text Example


Text Example

White with #B9BDEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9BDEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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