Html Css Color HEX #BABAEE Perano

📋 copy color: '#BABAEE'

red 186 ◦ green 186 ◦ blue 238

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

Shades of Perano #BABAEE

Tints of Perano #BABAEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 39.02%

R = 30.49%
G = 30.49%
B = 39.02%

CMYK

 C value IS 0.22

 M value IS 0.22

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BABAEE (or 0xBABAEE) is known color: Perano. HEX triplet: BA, BA and EE. RGB value is (186,186,238). Sum of RGB (Red+Green+Blue) = 186+186+238=610 (80% of max value = 765). Red value is 186 (73.05% from 255 or 30.49% from 610); Green value is 186 (73.05% from 255 or 30.49% from 610); Blue value is 238 (93.36% from 255 or 39.02% from 610); Max value from RGB is 238 - color contains mainly: blue. Hex color #BABAEE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BABAEE is #454511. Grayscale: #BFBFBF. Windows color (decimal): -4539666 or 15645370. OLE color: 15645370.

HSL color Cylindrical-coordinate representation of color #BABAEE: hue angle of 240º degrees, saturation: 0.6, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BABAEE is Cyan = 0.22, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 186 186 238 -
CMYK 0.22 0.22 0 0.07
HSL 240º 0.6% 0.83% -
HSV(B) 240º 0.22% 0.93% -
XYZ 53.24 51.73 88.07 -
YUV 191.93 154 123.77 -
System Red Green Blue C M Y K H S L
Decimal 186 186 238 0.22 0.22 0 0.07 240 0.6 0.83
Hex BA BA EE 16 16 0 7 F0 3C 53
Octal 272 272 356 26 26 0 7 360 74 123
Binary 10111010 10111010 11101110 10110 10110 0 111 11110000 111100 1010011

Color Harmonies of #BABAEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BABAEE

Black with #BABAEE

Text Example


Text Example

White with #BABAEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BABAEE; }

 p { color: rgb(186,186,238); }

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

background-color css

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

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

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

border-color css

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

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

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