Html Css Color HEX #B9BBEB Perano

📋 copy color: '#B9BBEB'

red 185 ◦ green 187 ◦ blue 235

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

Shades of Perano #B9BBEB

Tints of Perano #B9BBEB

RGB

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

 GREEN value IS 187 (73.44% from 255) = 30.81%

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

R = 30.48%
G = 30.81%
B = 38.71%

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

#B9BBEB (or 0xB9BBEB) is known color: Perano. HEX triplet: B9, BB and EB. RGB value is (185,187,235). Sum of RGB (Red+Green+Blue) = 185+187+235=607 (80% of max value = 765). Red value is 185 (72.66% from 255 or 30.48% from 607); Green value is 187 (73.44% from 255 or 30.81% from 607); Blue value is 235 (92.19% from 255 or 38.71% from 607); Max value from RGB is 235 - color contains mainly: blue. Hex color #B9BBEB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B9BBEB is #464414. Grayscale: #BFBFBF. Windows color (decimal): -4604949 or 15449017. OLE color: 15449017.

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

Color convert

RGB 185 187 235 -
CMYK 0.21 0.20 0 0.08
HSL 237.6º 0.56% 0.82% -
HSV(B) 237.6º 0.21% 0.92% -
XYZ 52.77 51.85 85.82 -
YUV 191.87 152.34 123.1 -
System Red Green Blue C M Y K H S L
Decimal 185 187 235 0.21 0.20 0 0.08 237.6 0.56 0.82
Hex B9 BB EB 15 14 0 8 EE 38 52
Octal 271 273 353 25 24 0 10 356 70 122
Binary 10111001 10111011 11101011 10101 10100 0 1000 11101110 111000 1010010

Color Harmonies of #B9BBEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9BBEB

Black with #B9BBEB

Text Example


Text Example

White with #B9BBEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9BBEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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