Html Css Color HEX #BABEE5 Perano

📋 copy color: '#BABEE5'

red 186 ◦ green 190 ◦ blue 229

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

Shades of Perano #BABEE5

Tints of Perano #BABEE5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 37.85%

R = 30.74%
G = 31.4%
B = 37.85%

CMYK

 C value IS 0.19

 M value IS 0.17

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#BABEE5 (or 0xBABEE5) is known color: Perano. HEX triplet: BA, BE and E5. RGB value is (186,190,229). Sum of RGB (Red+Green+Blue) = 186+190+229=605 (80% of max value = 765). Red value is 186 (73.05% from 255 or 30.74% from 605); Green value is 190 (74.61% from 255 or 31.40% from 605); Blue value is 229 (89.84% from 255 or 37.85% from 605); Max value from RGB is 229 - color contains mainly: blue. Hex color #BABEE5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BABEE5 is #45411A. Grayscale: #C1C1C1. Windows color (decimal): -4538651 or 15056570. OLE color: 15056570.

HSL color Cylindrical-coordinate representation of color #BABEE5: hue angle of 234.42º degrees, saturation: 0.45, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BABEE5 is Cyan = 0.19, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 186 190 229 -
CMYK 0.19 0.17 0 0.10
HSL 234.42º 0.45% 0.81% -
HSV(B) 234.42º 0.19% 0.9% -
XYZ 52.81 52.92 81.56 -
YUV 193.25 148.17 122.83 -
System Red Green Blue C M Y K H S L
Decimal 186 190 229 0.19 0.17 0 0.10 234.42 0.45 0.81
Hex BA BE E5 13 11 0 A EA 2D 51
Octal 272 276 345 23 21 0 12 352 55 121
Binary 10111010 10111110 11100101 10011 10001 0 1010 11101010 101101 1010001

Color Harmonies of #BABEE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BABEE5

Black with #BABEE5

Text Example


Text Example

White with #BABEE5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BABEE5; }

 p { color: rgb(186,190,229); }

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

background-color css

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

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

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

border-color css

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

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

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