Html Css Color HEX #BAE9CA Granny Apple

📋 copy color: '#BAE9CA'

red 186 ◦ green 233 ◦ blue 202

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

Shades of Granny Apple #BAE9CA

Tints of Granny Apple #BAE9CA

RGB

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

 GREEN value IS 233 (91.41% from 255) = 37.52%

 BLUE value IS 202 (79.3% from 255) = 32.53%

R = 29.95%
G = 37.52%
B = 32.53%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.13

 K value IS 0.09

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#BAE9CA (or 0xBAE9CA) is known color: Granny Apple. HEX triplet: BA, E9 and CA. RGB value is (186,233,202). Sum of RGB (Red+Green+Blue) = 186+233+202=621 (82% of max value = 765). Red value is 186 (73.05% from 255 or 29.95% from 621); Green value is 233 (91.41% from 255 or 37.52% from 621); Blue value is 202 (79.30% from 255 or 32.53% from 621); Max value from RGB is 233 - color contains mainly: green. Hex color #BAE9CA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BAE9CA is #451635. Grayscale: #D7D7D7. Windows color (decimal): -4527670 or 13298106. OLE color: 13298106.

HSL color Cylindrical-coordinate representation of color #BAE9CA: hue angle of 140.43º degrees, saturation: 0.52, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BAE9CA is Cyan = 0.20, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.09.

Color convert

RGB 186 233 202 -
CMYK 0.20 0 0.13 0.09
HSL 140.43º 0.52% 0.82% -
HSV(B) 140.43º 0.2% 0.91% -
XYZ 60.05 72.98 66.8 -
YUV 215.41 120.43 107.02 -
System Red Green Blue C M Y K H S L
Decimal 186 233 202 0.20 0 0.13 0.09 140.43 0.52 0.82
Hex BA E9 CA 14 0 D 9 8C 34 52
Octal 272 351 312 24 0 15 11 214 64 122
Binary 10111010 11101001 11001010 10100 0 1101 1001 10001100 110100 1010010

Color Harmonies of #BAE9CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAE9CA

Black with #BAE9CA

Text Example


Text Example

White with #BAE9CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAE9CA; }

 p { color: rgb(186,233,202); }

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

background-color css

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

 a { background-color: rgb(186,233,202); }

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

border-color css

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

 span { border-color: rgb(186,233,202); }

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