Html Css Color HEX #B9BDEB Perano

📋 copy color: '#B9BDEB'

red 185 ◦ green 189 ◦ blue 235

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

Shades of Perano #B9BDEB

Tints of Perano #B9BDEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 38.59%

R = 30.38%
G = 31.03%
B = 38.59%

CMYK

 C value IS 0.21

 M value IS 0.20

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#B9BDEB (or 0xB9BDEB) is known color: Perano. HEX triplet: B9, BD and EB. RGB value is (185,189,235). Sum of RGB (Red+Green+Blue) = 185+189+235=609 (80% of max value = 765). Red value is 185 (72.66% from 255 or 30.38% from 609); Green value is 189 (74.22% from 255 or 31.03% from 609); Blue value is 235 (92.19% from 255 or 38.59% from 609); Max value from RGB is 235 - color contains mainly: blue. Hex color #B9BDEB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B9BDEB is #464214. Grayscale: #C0C0C0. Windows color (decimal): -4604437 or 15449529. OLE color: 15449529.

HSL color Cylindrical-coordinate representation of color #B9BDEB: hue angle of 235.2º degrees, saturation: 0.56, 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 #B9BDEB is Cyan = 0.21, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 185 189 235 -
CMYK 0.21 0.20 0 0.08
HSL 235.2º 0.56% 0.82% -
HSV(B) 235.2º 0.21% 0.92% -
XYZ 53.2 52.71 85.97 -
YUV 193.05 151.67 122.26 -
System Red Green Blue C M Y K H S L
Decimal 185 189 235 0.21 0.20 0 0.08 235.2 0.56 0.82
Hex B9 BD EB 15 14 0 8 EB 38 52
Octal 271 275 353 25 24 0 10 353 70 122
Binary 10111001 10111101 11101011 10101 10100 0 1000 11101011 111000 1010010

Color Harmonies of #B9BDEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9BDEB

Black with #B9BDEB

Text Example


Text Example

White with #B9BDEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9BDEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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