Html Css Color HEX #BAEFC6 Granny Apple

📋 copy color: '#BAEFC6'

red 186 ◦ green 239 ◦ blue 198

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

Shades of Granny Apple #BAEFC6

Tints of Granny Apple #BAEFC6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 31.78%

R = 29.86%
G = 38.36%
B = 31.78%

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

#BAEFC6 (or 0xBAEFC6) is known color: Granny Apple. HEX triplet: BA, EF and C6. RGB value is (186,239,198). Sum of RGB (Red+Green+Blue) = 186+239+198=623 (82% of max value = 765). Red value is 186 (73.05% from 255 or 29.86% from 623); Green value is 239 (93.75% from 255 or 38.36% from 623); Blue value is 198 (77.73% from 255 or 31.78% from 623); Max value from RGB is 239 - color contains mainly: green. Hex color #BAEFC6 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BAEFC6 is #451039. Grayscale: #DADADA. Windows color (decimal): -4526138 or 13037498. OLE color: 13037498.

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

Color convert

RGB 186 239 198 -
CMYK 0.22 0 0.17 0.06
HSL 133.58º 0.62% 0.83% -
HSV(B) 133.58º 0.22% 0.94% -
XYZ 61.31 76.25 64.91 -
YUV 218.48 116.44 104.83 -
System Red Green Blue C M Y K H S L
Decimal 186 239 198 0.22 0 0.17 0.06 133.58 0.62 0.83
Hex BA EF C6 16 0 11 6 86 3E 53
Octal 272 357 306 26 0 21 6 206 76 123
Binary 10111010 11101111 11000110 10110 0 10001 110 10000110 111110 1010011

Color Harmonies of #BAEFC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAEFC6

Black with #BAEFC6

Text Example


Text Example

White with #BAEFC6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAEFC6; }

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

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

background-color css

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

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

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

border-color css

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

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

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