Html Css Color HEX #BAEDC5 Granny Apple

📋 copy color: '#BAEDC5'

red 186 ◦ green 237 ◦ blue 197

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

Shades of Granny Apple #BAEDC5

Tints of Granny Apple #BAEDC5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 31.77%

R = 30%
G = 38.23%
B = 31.77%

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

#BAEDC5 (or 0xBAEDC5) is known color: Granny Apple. HEX triplet: BA, ED and C5. RGB value is (186,237,197). Sum of RGB (Red+Green+Blue) = 186+237+197=620 (82% of max value = 765). Red value is 186 (73.05% from 255 or 30% from 620); Green value is 237 (92.97% from 255 or 38.23% from 620); Blue value is 197 (77.34% from 255 or 31.77% from 620); Max value from RGB is 237 - color contains mainly: green. Hex color #BAEDC5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BAEDC5 is #45123A. Grayscale: #D9D9D9. Windows color (decimal): -4526651 or 12971450. OLE color: 12971450.

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

Color convert

RGB 186 237 197 -
CMYK 0.22 0 0.17 0.07
HSL 132.94º 0.59% 0.83% -
HSV(B) 132.94º 0.22% 0.93% -
XYZ 60.61 75.04 64.11 -
YUV 217.19 116.6 105.75 -
System Red Green Blue C M Y K H S L
Decimal 186 237 197 0.22 0 0.17 0.07 132.94 0.59 0.83
Hex BA ED C5 16 0 11 7 85 3B 53
Octal 272 355 305 26 0 21 7 205 73 123
Binary 10111010 11101101 11000101 10110 0 10001 111 10000101 111011 1010011

Color Harmonies of #BAEDC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAEDC5

Black with #BAEDC5

Text Example


Text Example

White with #BAEDC5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAEDC5; }

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

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

background-color css

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

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

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

border-color css

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

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

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