Html Css Color HEX #B5BEDB Perano

📋 copy color: '#B5BEDB'

red 181 ◦ green 190 ◦ blue 219

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

Shades of Perano #B5BEDB

Tints of Perano #B5BEDB

RGB

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

 GREEN value IS 190 (74.61% from 255) = 32.2%

 BLUE value IS 219 (85.94% from 255) = 37.12%

R = 30.68%
G = 32.2%
B = 37.12%

CMYK

 C value IS 0.17

 M value IS 0.13

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B5BEDB (or 0xB5BEDB) is known color: Perano. HEX triplet: B5, BE and DB. RGB value is (181,190,219). Sum of RGB (Red+Green+Blue) = 181+190+219=590 (78% of max value = 765). Red value is 181 (71.09% from 255 or 30.68% from 590); Green value is 190 (74.61% from 255 or 32.20% from 590); Blue value is 219 (85.94% from 255 or 37.12% from 590); Max value from RGB is 219 - color contains mainly: blue. Hex color #B5BEDB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B5BEDB is #4A4124. Grayscale: #BEBEBE. Windows color (decimal): -4866341 or 14401205. OLE color: 14401205.

HSL color Cylindrical-coordinate representation of color #B5BEDB: hue angle of 225.79º degrees, saturation: 0.35, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #B5BEDB is Cyan = 0.17, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 181 190 219 -
CMYK 0.17 0.13 0 0.14
HSL 225.79º 0.35% 0.78% -
HSV(B) 225.79º 0.17% 0.86% -
XYZ 50.26 51.77 74.36 -
YUV 190.62 144.02 121.14 -
System Red Green Blue C M Y K H S L
Decimal 181 190 219 0.17 0.13 0 0.14 225.79 0.35 0.78
Hex B5 BE DB 11 D 0 E E2 23 4E
Octal 265 276 333 21 15 0 16 342 43 116
Binary 10110101 10111110 11011011 10001 1101 0 1110 11100010 100011 1001110

Color Harmonies of #B5BEDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5BEDB

Black with #B5BEDB

Text Example


Text Example

White with #B5BEDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5BEDB; }

 p { color: rgb(181,190,219); }

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

background-color css

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

 a { background-color: rgb(181,190,219); }

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

border-color css

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

 span { border-color: rgb(181,190,219); }

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