Html Css Color HEX #BAEEC6 Granny Apple

📋 copy color: '#BAEEC6'

red 186 ◦ green 238 ◦ blue 198

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

Shades of Granny Apple #BAEEC6

Tints of Granny Apple #BAEEC6

RGB

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

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

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

R = 29.9%
G = 38.26%
B = 31.83%

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

#BAEEC6 (or 0xBAEEC6) is known color: Granny Apple. HEX triplet: BA, EE and C6. RGB value is (186,238,198). Sum of RGB (Red+Green+Blue) = 186+238+198=622 (82% of max value = 765). Red value is 186 (73.05% from 255 or 29.90% from 622); Green value is 238 (93.36% from 255 or 38.26% from 622); Blue value is 198 (77.73% from 255 or 31.83% from 622); Max value from RGB is 238 - color contains mainly: green. Hex color #BAEEC6 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BAEEC6 is #451139. Grayscale: #D9D9D9. Windows color (decimal): -4526394 or 13037242. OLE color: 13037242.

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

Color convert

RGB 186 238 198 -
CMYK 0.22 0 0.17 0.07
HSL 133.85º 0.6% 0.83% -
HSV(B) 133.85º 0.22% 0.93% -
XYZ 61.02 75.67 64.82 -
YUV 217.89 116.77 105.25 -
System Red Green Blue C M Y K H S L
Decimal 186 238 198 0.22 0 0.17 0.07 133.85 0.6 0.83
Hex BA EE C6 16 0 11 7 86 3C 53
Octal 272 356 306 26 0 21 7 206 74 123
Binary 10111010 11101110 11000110 10110 0 10001 111 10000110 111100 1010011

Color Harmonies of #BAEEC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAEEC6

Black with #BAEEC6

Text Example


Text Example

White with #BAEEC6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAEEC6; }

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

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

background-color css

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

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

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

border-color css

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

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

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