Html Css Color HEX #BAEEC5 Granny Apple

📋 copy color: '#BAEEC5'

red 186 ◦ green 238 ◦ blue 197

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

Shades of Granny Apple #BAEEC5

Tints of Granny Apple #BAEEC5

RGB

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

 GREEN value IS 238 (93.36% from 255) = 38.33%

 BLUE value IS 197 (77.34% from 255) = 31.72%

R = 29.95%
G = 38.33%
B = 31.72%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.17

 K value IS 0.07

RGB Variations

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

Color information

#BAEEC5 (or 0xBAEEC5) is known color: Granny Apple. HEX triplet: BA, EE and C5. RGB value is (186,238,197). Sum of RGB (Red+Green+Blue) = 186+238+197=621 (82% of max value = 765). Red value is 186 (73.05% from 255 or 29.95% from 621); Green value is 238 (93.36% from 255 or 38.33% from 621); Blue value is 197 (77.34% from 255 or 31.72% from 621); Max value from RGB is 238 - color contains mainly: green. Hex color #BAEEC5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BAEEC5 is #45113A. Grayscale: #D9D9D9. Windows color (decimal): -4526395 or 12971706. OLE color: 12971706.

HSL color Cylindrical-coordinate representation of color #BAEEC5: hue angle of 132.69º 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 #BAEEC5 is Cyan = 0.22, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.07.

Color convert

RGB 186 238 197 -
CMYK 0.22 0 0.17 0.07
HSL 132.69º 0.6% 0.83% -
HSV(B) 132.69º 0.22% 0.93% -
XYZ 60.9 75.62 64.21 -
YUV 217.78 116.27 105.33 -
System Red Green Blue C M Y K H S L
Decimal 186 238 197 0.22 0 0.17 0.07 132.69 0.6 0.83
Hex BA EE C5 16 0 11 7 85 3C 53
Octal 272 356 305 26 0 21 7 205 74 123
Binary 10111010 11101110 11000101 10110 0 10001 111 10000101 111100 1010011

Color Harmonies of #BAEEC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAEEC5

Black with #BAEEC5

Text Example


Text Example

White with #BAEEC5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAEEC5; }

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

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

background-color css

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

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

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

border-color css

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

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

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