Html Css Color HEX #BAE6CA Granny Apple

📋 copy color: '#BAE6CA'

red 186 ◦ green 230 ◦ blue 202

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

Shades of Granny Apple #BAE6CA

Tints of Granny Apple #BAE6CA

RGB

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

 GREEN value IS 230 (90.23% from 255) = 37.22%

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

R = 30.1%
G = 37.22%
B = 32.69%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.12

 K value IS 0.10

RGB Variations

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

Color information

#BAE6CA (or 0xBAE6CA) is known color: Granny Apple. HEX triplet: BA, E6 and CA. RGB value is (186,230,202). Sum of RGB (Red+Green+Blue) = 186+230+202=618 (81% of max value = 765). Red value is 186 (73.05% from 255 or 30.10% from 618); Green value is 230 (90.23% from 255 or 37.22% from 618); Blue value is 202 (79.30% from 255 or 32.69% from 618); Max value from RGB is 230 - color contains mainly: green. Hex color #BAE6CA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BAE6CA is #451935. Grayscale: #D5D5D5. Windows color (decimal): -4528438 or 13297338. OLE color: 13297338.

HSL color Cylindrical-coordinate representation of color #BAE6CA: hue angle of 141.82º degrees, saturation: 0.47, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BAE6CA is Cyan = 0.19, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.10.

Color convert

RGB 186 230 202 -
CMYK 0.19 0 0.12 0.10
HSL 141.82º 0.47% 0.82% -
HSV(B) 141.82º 0.19% 0.9% -
XYZ 59.21 71.3 66.52 -
YUV 213.65 121.42 108.28 -
System Red Green Blue C M Y K H S L
Decimal 186 230 202 0.19 0 0.12 0.10 141.82 0.47 0.82
Hex BA E6 CA 13 0 C A 8E 2F 52
Octal 272 346 312 23 0 14 12 216 57 122
Binary 10111010 11100110 11001010 10011 0 1100 1010 10001110 101111 1010010

Color Harmonies of #BAE6CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAE6CA

Black with #BAE6CA

Text Example


Text Example

White with #BAE6CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAE6CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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