Html Css Color HEX #B5BBEB Perano

📋 copy color: '#B5BBEB'

red 181 ◦ green 187 ◦ blue 235

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

Shades of Perano #B5BBEB

Tints of Perano #B5BBEB

RGB

 RED value IS 181 (71.09% from 255) = 30.02%

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

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

R = 30.02%
G = 31.01%
B = 38.97%

CMYK

 C value IS 0.23

 M value IS 0.20

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#B5BBEB (or 0xB5BBEB) is known color: Perano. HEX triplet: B5, BB and EB. RGB value is (181,187,235). Sum of RGB (Red+Green+Blue) = 181+187+235=603 (79% of max value = 765). Red value is 181 (71.09% from 255 or 30.02% from 603); Green value is 187 (73.44% from 255 or 31.01% from 603); Blue value is 235 (92.19% from 255 or 38.97% from 603); Max value from RGB is 235 - color contains mainly: blue. Hex color #B5BBEB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B5BBEB is #4A4414. Grayscale: #BEBEBE. Windows color (decimal): -4867093 or 15449013. OLE color: 15449013.

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

Color convert

RGB 181 187 235 -
CMYK 0.23 0.20 0 0.08
HSL 233.33º 0.57% 0.82% -
HSV(B) 233.33º 0.23% 0.92% -
XYZ 51.82 51.36 85.78 -
YUV 190.68 153.01 121.1 -
System Red Green Blue C M Y K H S L
Decimal 181 187 235 0.23 0.20 0 0.08 233.33 0.57 0.82
Hex B5 BB EB 17 14 0 8 E9 39 52
Octal 265 273 353 27 24 0 10 351 71 122
Binary 10110101 10111011 11101011 10111 10100 0 1000 11101001 111001 1010010

Color Harmonies of #B5BBEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5BBEB

Black with #B5BBEB

Text Example


Text Example

White with #B5BBEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5BBEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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