Html Css Color HEX #B4BAE5 Perano

📋 copy color: '#B4BAE5'

red 180 ◦ green 186 ◦ blue 229

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

Shades of Perano #B4BAE5

Tints of Perano #B4BAE5

RGB

 RED value IS 180 (70.7% from 255) = 30.25%

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

 BLUE value IS 229 (89.84% from 255) = 38.49%

R = 30.25%
G = 31.26%
B = 38.49%

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

#B4BAE5 (or 0xB4BAE5) is known color: Perano. HEX triplet: B4, BA and E5. RGB value is (180,186,229). Sum of RGB (Red+Green+Blue) = 180+186+229=595 (78% of max value = 765). Red value is 180 (70.70% from 255 or 30.25% from 595); Green value is 186 (73.05% from 255 or 31.26% from 595); Blue value is 229 (89.84% from 255 or 38.49% from 595); Max value from RGB is 229 - color contains mainly: blue. Hex color #B4BAE5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B4BAE5 is #4B451A. Grayscale: #BCBCBC. Windows color (decimal): -4932891 or 15055540. OLE color: 15055540.

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

Color convert

RGB 180 186 229 -
CMYK 0.21 0.19 0 0.10
HSL 232.65º 0.49% 0.8% -
HSV(B) 232.65º 0.21% 0.9% -
XYZ 50.52 50.48 81.21 -
YUV 189.11 150.51 121.5 -
System Red Green Blue C M Y K H S L
Decimal 180 186 229 0.21 0.19 0 0.10 232.65 0.49 0.8
Hex B4 BA E5 15 13 0 A E9 31 50
Octal 264 272 345 25 23 0 12 351 61 120
Binary 10110100 10111010 11100101 10101 10011 0 1010 11101001 110001 1010000

Color Harmonies of #B4BAE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4BAE5

Black with #B4BAE5

Text Example


Text Example

White with #B4BAE5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4BAE5; }

 p { color: rgb(180,186,229); }

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

background-color css

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

 a { background-color: rgb(180,186,229); }

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

border-color css

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

 span { border-color: rgb(180,186,229); }

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