Html Css Color HEX #B5BAE6 Perano

📋 copy color: '#B5BAE6'

red 181 ◦ green 186 ◦ blue 230

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

Shades of Perano #B5BAE6

Tints of Perano #B5BAE6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 38.53%

R = 30.32%
G = 31.16%
B = 38.53%

CMYK

 C value IS 0.21

 M value IS 0.19

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#B5BAE6 (or 0xB5BAE6) is known color: Perano. HEX triplet: B5, BA and E6. RGB value is (181,186,230). Sum of RGB (Red+Green+Blue) = 181+186+230=597 (79% of max value = 765). Red value is 181 (71.09% from 255 or 30.32% from 597); Green value is 186 (73.05% from 255 or 31.16% from 597); Blue value is 230 (90.23% from 255 or 38.53% from 597); Max value from RGB is 230 - color contains mainly: blue. Hex color #B5BAE6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B5BAE6 is #4A4519. Grayscale: #BDBDBD. Windows color (decimal): -4867354 or 15121077. OLE color: 15121077.

HSL color Cylindrical-coordinate representation of color #B5BAE6: hue angle of 233.88º degrees, saturation: 0.49, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #B5BAE6 is Cyan = 0.21, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 181 186 230 -
CMYK 0.21 0.19 0 0.10
HSL 233.88º 0.49% 0.81% -
HSV(B) 233.88º 0.21% 0.9% -
XYZ 50.9 50.65 81.96 -
YUV 189.52 150.84 121.92 -
System Red Green Blue C M Y K H S L
Decimal 181 186 230 0.21 0.19 0 0.10 233.88 0.49 0.81
Hex B5 BA E6 15 13 0 A EA 31 51
Octal 265 272 346 25 23 0 12 352 61 121
Binary 10110101 10111010 11100110 10101 10011 0 1010 11101010 110001 1010001

Color Harmonies of #B5BAE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5BAE6

Black with #B5BAE6

Text Example


Text Example

White with #B5BAE6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5BAE6; }

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

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

background-color css

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

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

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

border-color css

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

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

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