Html Css Color HEX #BAEEC8 Granny Apple

📋 copy color: '#BAEEC8'

red 186 ◦ green 238 ◦ blue 200

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

Shades of Granny Apple #BAEEC8

Tints of Granny Apple #BAEEC8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 32.05%

R = 29.81%
G = 38.14%
B = 32.05%

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

#BAEEC8 (or 0xBAEEC8) is known color: Granny Apple. HEX triplet: BA, EE and C8. RGB value is (186,238,200). Sum of RGB (Red+Green+Blue) = 186+238+200=624 (82% of max value = 765). Red value is 186 (73.05% from 255 or 29.81% from 624); Green value is 238 (93.36% from 255 or 38.14% from 624); Blue value is 200 (78.52% from 255 or 32.05% from 624); Max value from RGB is 238 - color contains mainly: green. Hex color #BAEEC8 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BAEEC8 is #451137. Grayscale: #DADADA. Windows color (decimal): -4526392 or 13168314. OLE color: 13168314.

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

Color convert

RGB 186 238 200 -
CMYK 0.22 0 0.16 0.07
HSL 136.15º 0.6% 0.83% -
HSV(B) 136.15º 0.22% 0.93% -
XYZ 61.25 75.76 66.04 -
YUV 218.12 117.77 105.09 -
System Red Green Blue C M Y K H S L
Decimal 186 238 200 0.22 0 0.16 0.07 136.15 0.6 0.83
Hex BA EE C8 16 0 10 7 88 3C 53
Octal 272 356 310 26 0 20 7 210 74 123
Binary 10111010 11101110 11001000 10110 0 10000 111 10001000 111100 1010011

Color Harmonies of #BAEEC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAEEC8

Black with #BAEEC8

Text Example


Text Example

White with #BAEEC8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAEEC8; }

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

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

background-color css

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

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

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

border-color css

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

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

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