Html Css Color HEX #B4BBEA Perano

📋 copy color: '#B4BBEA'

red 180 ◦ green 187 ◦ blue 234

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

Shades of Perano #B4BBEA

Tints of Perano #B4BBEA

RGB

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

 GREEN value IS 187 (73.44% from 255) = 31.11%

 BLUE value IS 234 (91.8% from 255) = 38.94%

R = 29.95%
G = 31.11%
B = 38.94%

CMYK

 C value IS 0.23

 M value IS 0.20

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#B4BBEA (or 0xB4BBEA) is known color: Perano. HEX triplet: B4, BB and EA. RGB value is (180,187,234). Sum of RGB (Red+Green+Blue) = 180+187+234=601 (79% of max value = 765). Red value is 180 (70.70% from 255 or 29.95% from 601); Green value is 187 (73.44% from 255 or 31.11% from 601); Blue value is 234 (91.80% from 255 or 38.94% from 601); Max value from RGB is 234 - color contains mainly: blue. Hex color #B4BBEA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B4BBEA is #4B4415. Grayscale: #BEBEBE. Windows color (decimal): -4932630 or 15383476. OLE color: 15383476.

HSL color Cylindrical-coordinate representation of color #B4BBEA: hue angle of 232.22º degrees, saturation: 0.56, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B4BBEA is Cyan = 0.23, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 180 187 234 -
CMYK 0.23 0.20 0 0.08
HSL 232.22º 0.56% 0.81% -
HSV(B) 232.22º 0.23% 0.92% -
XYZ 51.44 51.18 85.01 -
YUV 190.27 152.68 120.68 -
System Red Green Blue C M Y K H S L
Decimal 180 187 234 0.23 0.20 0 0.08 232.22 0.56 0.81
Hex B4 BB EA 17 14 0 8 E8 38 51
Octal 264 273 352 27 24 0 10 350 70 121
Binary 10110100 10111011 11101010 10111 10100 0 1000 11101000 111000 1010001

Color Harmonies of #B4BBEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4BBEA

Black with #B4BBEA

Text Example


Text Example

White with #B4BBEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4BBEA; }

 p { color: rgb(180,187,234); }

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

background-color css

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

 a { background-color: rgb(180,187,234); }

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

border-color css

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

 span { border-color: rgb(180,187,234); }

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