Html Css Color HEX #B5BAED Perano

📋 copy color: '#B5BAED'

red 181 ◦ green 186 ◦ blue 237

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

Shades of Perano #B5BAED

Tints of Perano #B5BAED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 39.24%

R = 29.97%
G = 30.79%
B = 39.24%

CMYK

 C value IS 0.24

 M value IS 0.22

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B5BAED (or 0xB5BAED) is known color: Perano. HEX triplet: B5, BA and ED. RGB value is (181,186,237). Sum of RGB (Red+Green+Blue) = 181+186+237=604 (80% of max value = 765). Red value is 181 (71.09% from 255 or 29.97% from 604); Green value is 186 (73.05% from 255 or 30.79% from 604); Blue value is 237 (92.97% from 255 or 39.24% from 604); Max value from RGB is 237 - color contains mainly: blue. Hex color #B5BAED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B5BAED is #4A4512. Grayscale: #BEBEBE. Windows color (decimal): -4867347 or 15579829. OLE color: 15579829.

HSL color Cylindrical-coordinate representation of color #B5BAED: hue angle of 234.64º degrees, saturation: 0.61, 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 #B5BAED is Cyan = 0.24, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 181 186 237 -
CMYK 0.24 0.22 0 0.07
HSL 234.64º 0.61% 0.82% -
HSV(B) 234.64º 0.24% 0.93% -
XYZ 51.9 51.06 87.24 -
YUV 190.32 154.34 121.35 -
System Red Green Blue C M Y K H S L
Decimal 181 186 237 0.24 0.22 0 0.07 234.64 0.61 0.82
Hex B5 BA ED 18 16 0 7 EB 3D 52
Octal 265 272 355 30 26 0 7 353 75 122
Binary 10110101 10111010 11101101 11000 10110 0 111 11101011 111101 1010010

Color Harmonies of #B5BAED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5BAED

Black with #B5BAED

Text Example


Text Example

White with #B5BAED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5BAED; }

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

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

background-color css

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

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

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

border-color css

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

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

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