Html Css Color HEX #B4BEE5 Perano

📋 copy color: '#B4BEE5'

red 180 ◦ green 190 ◦ blue 229

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

Shades of Perano #B4BEE5

Tints of Perano #B4BEE5

RGB

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

 GREEN value IS 190 (74.61% from 255) = 31.72%

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

R = 30.05%
G = 31.72%
B = 38.23%

CMYK

 C value IS 0.21

 M value IS 0.17

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#B4BEE5 (or 0xB4BEE5) is known color: Perano. HEX triplet: B4, BE and E5. RGB value is (180,190,229). Sum of RGB (Red+Green+Blue) = 180+190+229=599 (79% of max value = 765). Red value is 180 (70.70% from 255 or 30.05% from 599); Green value is 190 (74.61% from 255 or 31.72% from 599); Blue value is 229 (89.84% from 255 or 38.23% from 599); Max value from RGB is 229 - color contains mainly: blue. Hex color #B4BEE5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B4BEE5 is #4B411A. Grayscale: #BFBFBF. Windows color (decimal): -4931867 or 15056564. OLE color: 15056564.

HSL color Cylindrical-coordinate representation of color #B4BEE5: hue angle of 227.76º 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 #B4BEE5 is Cyan = 0.21, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 180 190 229 -
CMYK 0.21 0.17 0 0.10
HSL 227.76º 0.49% 0.8% -
HSV(B) 227.76º 0.21% 0.9% -
XYZ 51.38 52.19 81.49 -
YUV 191.46 149.19 119.83 -
System Red Green Blue C M Y K H S L
Decimal 180 190 229 0.21 0.17 0 0.10 227.76 0.49 0.8
Hex B4 BE E5 15 11 0 A E4 31 50
Octal 264 276 345 25 21 0 12 344 61 120
Binary 10110100 10111110 11100101 10101 10001 0 1010 11100100 110001 1010000

Color Harmonies of #B4BEE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4BEE5

Black with #B4BEE5

Text Example


Text Example

White with #B4BEE5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4BEE5; }

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

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

background-color css

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

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

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

border-color css

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

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

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