Html Css Color HEX #B4BEDB Perano

📋 copy color: '#B4BEDB'

red 180 ◦ green 190 ◦ blue 219

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

Shades of Perano #B4BEDB

Tints of Perano #B4BEDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 37.18%

R = 30.56%
G = 32.26%
B = 37.18%

CMYK

 C value IS 0.18

 M value IS 0.13

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B4BEDB (or 0xB4BEDB) is known color: Perano. HEX triplet: B4, BE and DB. RGB value is (180,190,219). Sum of RGB (Red+Green+Blue) = 180+190+219=589 (78% of max value = 765). Red value is 180 (70.70% from 255 or 30.56% from 589); Green value is 190 (74.61% from 255 or 32.26% from 589); Blue value is 219 (85.94% from 255 or 37.18% from 589); Max value from RGB is 219 - color contains mainly: blue. Hex color #B4BEDB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B4BEDB is #4B4124. Grayscale: #BEBEBE. Windows color (decimal): -4931877 or 14401204. OLE color: 14401204.

HSL color Cylindrical-coordinate representation of color #B4BEDB: hue angle of 224.62º degrees, saturation: 0.35, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #B4BEDB is Cyan = 0.18, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 180 190 219 -
CMYK 0.18 0.13 0 0.14
HSL 224.62º 0.35% 0.78% -
HSV(B) 224.62º 0.18% 0.86% -
XYZ 50.02 51.64 74.35 -
YUV 190.32 144.19 120.64 -
System Red Green Blue C M Y K H S L
Decimal 180 190 219 0.18 0.13 0 0.14 224.62 0.35 0.78
Hex B4 BE DB 12 D 0 E E1 23 4E
Octal 264 276 333 22 15 0 16 341 43 116
Binary 10110100 10111110 11011011 10010 1101 0 1110 11100001 100011 1001110

Color Harmonies of #B4BEDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4BEDB

Black with #B4BEDB

Text Example


Text Example

White with #B4BEDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4BEDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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