Html Css Color HEX #BABFEA Perano

📋 copy color: '#BABFEA'

red 186 ◦ green 191 ◦ blue 234

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

Shades of Perano #BABFEA

Tints of Perano #BABFEA

RGB

 RED value IS 186 (73.05% from 255) = 30.44%

 GREEN value IS 191 (75% from 255) = 31.26%

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

R = 30.44%
G = 31.26%
B = 38.3%

CMYK

 C value IS 0.21

 M value IS 0.18

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#BABFEA (or 0xBABFEA) is known color: Perano. HEX triplet: BA, BF and EA. RGB value is (186,191,234). Sum of RGB (Red+Green+Blue) = 186+191+234=611 (80% of max value = 765). Red value is 186 (73.05% from 255 or 30.44% from 611); Green value is 191 (75% from 255 or 31.26% from 611); Blue value is 234 (91.80% from 255 or 38.30% from 611); Max value from RGB is 234 - color contains mainly: blue. Hex color #BABFEA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BABFEA is #454015. Grayscale: #C2C2C2. Windows color (decimal): -4538390 or 15384506. OLE color: 15384506.

HSL color Cylindrical-coordinate representation of color #BABFEA: hue angle of 233.75º degrees, saturation: 0.53, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BABFEA is Cyan = 0.21, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 186 191 234 -
CMYK 0.21 0.18 0 0.08
HSL 233.75º 0.53% 0.82% -
HSV(B) 233.75º 0.21% 0.92% -
XYZ 53.73 53.64 85.36 -
YUV 194.41 150.34 122 -
System Red Green Blue C M Y K H S L
Decimal 186 191 234 0.21 0.18 0 0.08 233.75 0.53 0.82
Hex BA BF EA 15 12 0 8 EA 35 52
Octal 272 277 352 25 22 0 10 352 65 122
Binary 10111010 10111111 11101010 10101 10010 0 1000 11101010 110101 1010010

Color Harmonies of #BABFEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BABFEA

Black with #BABFEA

Text Example


Text Example

White with #BABFEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BABFEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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