Html Css Color HEX #B5B4EC Perano

📋 copy color: '#B5B4EC'

red 181 ◦ green 180 ◦ blue 236

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

Shades of Perano #B5B4EC

Tints of Perano #B5B4EC

RGB

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

 GREEN value IS 180 (70.7% from 255) = 30.15%

 BLUE value IS 236 (92.58% from 255) = 39.53%

R = 30.32%
G = 30.15%
B = 39.53%

CMYK

 C value IS 0.23

 M value IS 0.24

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B5B4EC (or 0xB5B4EC) is known color: Perano. HEX triplet: B5, B4 and EC. RGB value is (181,180,236). Sum of RGB (Red+Green+Blue) = 181+180+236=597 (79% of max value = 765). Red value is 181 (71.09% from 255 or 30.32% from 597); Green value is 180 (70.70% from 255 or 30.15% from 597); Blue value is 236 (92.58% from 255 or 39.53% from 597); Max value from RGB is 236 - color contains mainly: blue. Hex color #B5B4EC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B5B4EC is #4A4B13. Grayscale: #BABABA. Windows color (decimal): -4868884 or 15512757. OLE color: 15512757.

HSL color Cylindrical-coordinate representation of color #B5B4EC: hue angle of 241.07º degrees, saturation: 0.6, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B5B4EC is Cyan = 0.23, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 181 180 236 -
CMYK 0.23 0.24 0 0.07
HSL 241.07º 0.6% 0.82% -
HSV(B) 241.07º 0.24% 0.93% -
XYZ 50.52 48.52 86.06 -
YUV 186.68 155.83 123.95 -
System Red Green Blue C M Y K H S L
Decimal 181 180 236 0.23 0.24 0 0.07 241.07 0.6 0.82
Hex B5 B4 EC 17 18 0 7 F1 3C 52
Octal 265 264 354 27 30 0 7 361 74 122
Binary 10110101 10110100 11101100 10111 11000 0 111 11110001 111100 1010010

Color Harmonies of #B5B4EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5B4EC

Black with #B5B4EC

Text Example


Text Example

White with #B5B4EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5B4EC; }

 p { color: rgb(181,180,236); }

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

background-color css

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

 a { background-color: rgb(181,180,236); }

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

border-color css

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

 span { border-color: rgb(181,180,236); }

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