Html Css Color HEX #B5BAEC Perano

📋 copy color: '#B5BAEC'

red 181 ◦ green 186 ◦ blue 236

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

Shades of Perano #B5BAEC

Tints of Perano #B5BAEC

RGB

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

 GREEN value IS 186 (73.05% from 255) = 30.85%

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

R = 30.02%
G = 30.85%
B = 39.14%

CMYK

 C value IS 0.23

 M value IS 0.21

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B5BAEC (or 0xB5BAEC) is known color: Perano. HEX triplet: B5, BA and EC. RGB value is (181,186,236). Sum of RGB (Red+Green+Blue) = 181+186+236=603 (79% of max value = 765). Red value is 181 (71.09% from 255 or 30.02% from 603); Green value is 186 (73.05% from 255 or 30.85% from 603); Blue value is 236 (92.58% from 255 or 39.14% from 603); Max value from RGB is 236 - color contains mainly: blue. Hex color #B5BAEC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B5BAEC is #4A4513. Grayscale: #BEBEBE. Windows color (decimal): -4867348 or 15514293. OLE color: 15514293.

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

Color convert

RGB 181 186 236 -
CMYK 0.23 0.21 0 0.07
HSL 234.55º 0.59% 0.82% -
HSV(B) 234.55º 0.23% 0.93% -
XYZ 51.76 51 86.47 -
YUV 190.21 153.84 121.43 -
System Red Green Blue C M Y K H S L
Decimal 181 186 236 0.23 0.21 0 0.07 234.55 0.59 0.82
Hex B5 BA EC 17 15 0 7 EB 3B 52
Octal 265 272 354 27 25 0 7 353 73 122
Binary 10110101 10111010 11101100 10111 10101 0 111 11101011 111011 1010010

Color Harmonies of #B5BAEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5BAEC

Black with #B5BAEC

Text Example


Text Example

White with #B5BAEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5BAEC; }

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

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

background-color css

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

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

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

border-color css

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

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

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