Html Css Color HEX #BAEEC4 Granny Apple

📋 copy color: '#BAEEC4'

red 186 ◦ green 238 ◦ blue 196

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

Shades of Granny Apple #BAEEC4

Tints of Granny Apple #BAEEC4

RGB

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

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

 BLUE value IS 196 (76.95% from 255) = 31.61%

R = 30%
G = 38.39%
B = 31.61%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.18

 K value IS 0.07

RGB Variations

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

Color information

#BAEEC4 (or 0xBAEEC4) is known color: Granny Apple. HEX triplet: BA, EE and C4. RGB value is (186,238,196). Sum of RGB (Red+Green+Blue) = 186+238+196=620 (82% of max value = 765). Red value is 186 (73.05% from 255 or 30% from 620); Green value is 238 (93.36% from 255 or 38.39% from 620); Blue value is 196 (76.95% from 255 or 31.61% from 620); Max value from RGB is 238 - color contains mainly: green. Hex color #BAEEC4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BAEEC4 is #45113B. Grayscale: #D9D9D9. Windows color (decimal): -4526396 or 12906170. OLE color: 12906170.

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

Color convert

RGB 186 238 196 -
CMYK 0.22 0 0.18 0.07
HSL 131.54º 0.6% 0.83% -
HSV(B) 131.54º 0.22% 0.93% -
XYZ 60.79 75.57 63.61 -
YUV 217.66 115.77 105.42 -
System Red Green Blue C M Y K H S L
Decimal 186 238 196 0.22 0 0.18 0.07 131.54 0.6 0.83
Hex BA EE C4 16 0 12 7 84 3C 53
Octal 272 356 304 26 0 22 7 204 74 123
Binary 10111010 11101110 11000100 10110 0 10010 111 10000100 111100 1010011

Color Harmonies of #BAEEC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAEEC4

Black with #BAEEC4

Text Example


Text Example

White with #BAEEC4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAEEC4; }

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

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

background-color css

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

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

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

border-color css

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

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

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