Html Css Color HEX #BAEEC9 Granny Apple

📋 copy color: '#BAEEC9'

red 186 ◦ green 238 ◦ blue 201

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

Shades of Granny Apple #BAEEC9

Tints of Granny Apple #BAEEC9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 32.16%

R = 29.76%
G = 38.08%
B = 32.16%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.16

 K value IS 0.07

RGB Variations

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

Color information

#BAEEC9 (or 0xBAEEC9) is known color: Granny Apple. HEX triplet: BA, EE and C9. RGB value is (186,238,201). Sum of RGB (Red+Green+Blue) = 186+238+201=625 (82% of max value = 765). Red value is 186 (73.05% from 255 or 29.76% from 625); Green value is 238 (93.36% from 255 or 38.08% from 625); Blue value is 201 (78.91% from 255 or 32.16% from 625); Max value from RGB is 238 - color contains mainly: green. Hex color #BAEEC9 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BAEEC9 is #451136. Grayscale: #DADADA. Windows color (decimal): -4526391 or 13233850. OLE color: 13233850.

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

Color convert

RGB 186 238 201 -
CMYK 0.22 0 0.16 0.07
HSL 137.31º 0.6% 0.83% -
HSV(B) 137.31º 0.22% 0.93% -
XYZ 61.37 75.81 66.66 -
YUV 218.23 118.27 105.01 -
System Red Green Blue C M Y K H S L
Decimal 186 238 201 0.22 0 0.16 0.07 137.31 0.6 0.83
Hex BA EE C9 16 0 10 7 89 3C 53
Octal 272 356 311 26 0 20 7 211 74 123
Binary 10111010 11101110 11001001 10110 0 10000 111 10001001 111100 1010011

Color Harmonies of #BAEEC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAEEC9

Black with #BAEEC9

Text Example


Text Example

White with #BAEEC9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAEEC9; }

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

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

background-color css

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

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

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

border-color css

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

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

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