Html Css Color HEX #BAEDC6 Granny Apple

📋 copy color: '#BAEDC6'

red 186 ◦ green 237 ◦ blue 198

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

Shades of Granny Apple #BAEDC6

Tints of Granny Apple #BAEDC6

RGB

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

 GREEN value IS 237 (92.97% from 255) = 38.16%

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

R = 29.95%
G = 38.16%
B = 31.88%

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

#BAEDC6 (or 0xBAEDC6) is known color: Granny Apple. HEX triplet: BA, ED and C6. RGB value is (186,237,198). Sum of RGB (Red+Green+Blue) = 186+237+198=621 (82% of max value = 765). Red value is 186 (73.05% from 255 or 29.95% from 621); Green value is 237 (92.97% from 255 or 38.16% from 621); Blue value is 198 (77.73% from 255 or 31.88% from 621); Max value from RGB is 237 - color contains mainly: green. Hex color #BAEDC6 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BAEDC6 is #451239. Grayscale: #D9D9D9. Windows color (decimal): -4526650 or 13036986. OLE color: 13036986.

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

Color convert

RGB 186 237 198 -
CMYK 0.22 0 0.16 0.07
HSL 134.12º 0.59% 0.83% -
HSV(B) 134.12º 0.22% 0.93% -
XYZ 60.73 75.08 64.72 -
YUV 217.31 117.1 105.67 -
System Red Green Blue C M Y K H S L
Decimal 186 237 198 0.22 0 0.16 0.07 134.12 0.59 0.83
Hex BA ED C6 16 0 10 7 86 3B 53
Octal 272 355 306 26 0 20 7 206 73 123
Binary 10111010 11101101 11000110 10110 0 10000 111 10000110 111011 1010011

Color Harmonies of #BAEDC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAEDC6

Black with #BAEDC6

Text Example


Text Example

White with #BAEDC6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAEDC6; }

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

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

background-color css

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

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

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

border-color css

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

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

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