Html Css Color HEX #BAEFC7 Granny Apple

📋 copy color: '#BAEFC7'

red 186 ◦ green 239 ◦ blue 199

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

Shades of Granny Apple #BAEFC7

Tints of Granny Apple #BAEFC7

RGB

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

 GREEN value IS 239 (93.75% from 255) = 38.3%

 BLUE value IS 199 (78.13% from 255) = 31.89%

R = 29.81%
G = 38.3%
B = 31.89%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.17

 K value IS 0.06

RGB Variations

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

Color information

#BAEFC7 (or 0xBAEFC7) is known color: Granny Apple. HEX triplet: BA, EF and C7. RGB value is (186,239,199). Sum of RGB (Red+Green+Blue) = 186+239+199=624 (82% of max value = 765). Red value is 186 (73.05% from 255 or 29.81% from 624); Green value is 239 (93.75% from 255 or 38.30% from 624); Blue value is 199 (78.12% from 255 or 31.89% from 624); Max value from RGB is 239 - color contains mainly: green. Hex color #BAEFC7 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BAEFC7 is #451038. Grayscale: #DADADA. Windows color (decimal): -4526137 or 13103034. OLE color: 13103034.

HSL color Cylindrical-coordinate representation of color #BAEFC7: hue angle of 134.72º degrees, saturation: 0.62, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BAEFC7 is Cyan = 0.22, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.06.

Color convert

RGB 186 239 199 -
CMYK 0.22 0 0.17 0.06
HSL 134.72º 0.62% 0.83% -
HSV(B) 134.72º 0.22% 0.94% -
XYZ 61.43 76.3 65.52 -
YUV 218.59 116.94 104.75 -
System Red Green Blue C M Y K H S L
Decimal 186 239 199 0.22 0 0.17 0.06 134.72 0.62 0.83
Hex BA EF C7 16 0 11 6 87 3E 53
Octal 272 357 307 26 0 21 6 207 76 123
Binary 10111010 11101111 11000111 10110 0 10001 110 10000111 111110 1010011

Color Harmonies of #BAEFC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAEFC7

Black with #BAEFC7

Text Example


Text Example

White with #BAEFC7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAEFC7; }

 p { color: rgb(186,239,199); }

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

background-color css

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

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

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

border-color css

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

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

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