Html Css Color HEX #B4BAEA Perano

📋 copy color: '#B4BAEA'

red 180 ◦ green 186 ◦ blue 234

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

Shades of Perano #B4BAEA

Tints of Perano #B4BAEA

RGB

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

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

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

R = 30%
G = 31%
B = 39%

CMYK

 C value IS 0.23

 M value IS 0.21

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#B4BAEA (or 0xB4BAEA) is known color: Perano. HEX triplet: B4, BA and EA. RGB value is (180,186,234). Sum of RGB (Red+Green+Blue) = 180+186+234=600 (79% of max value = 765). Red value is 180 (70.70% from 255 or 30% from 600); Green value is 186 (73.05% from 255 or 31% from 600); Blue value is 234 (91.80% from 255 or 39% from 600); Max value from RGB is 234 - color contains mainly: blue. Hex color #B4BAEA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B4BAEA is #4B4515. Grayscale: #BDBDBD. Windows color (decimal): -4932886 or 15383220. OLE color: 15383220.

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

Color convert

RGB 180 186 234 -
CMYK 0.23 0.21 0 0.08
HSL 233.33º 0.56% 0.81% -
HSV(B) 233.33º 0.23% 0.92% -
XYZ 51.23 50.76 84.94 -
YUV 189.68 153.01 121.1 -
System Red Green Blue C M Y K H S L
Decimal 180 186 234 0.23 0.21 0 0.08 233.33 0.56 0.81
Hex B4 BA EA 17 15 0 8 E9 38 51
Octal 264 272 352 27 25 0 10 351 70 121
Binary 10110100 10111010 11101010 10111 10101 0 1000 11101001 111000 1010001

Color Harmonies of #B4BAEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4BAEA

Black with #B4BAEA

Text Example


Text Example

White with #B4BAEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4BAEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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