Html Css Color HEX #BAECC9 Granny Apple

📋 copy color: '#BAECC9'

red 186 ◦ green 236 ◦ blue 201

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

Shades of Granny Apple #BAECC9

Tints of Granny Apple #BAECC9

RGB

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

 GREEN value IS 236 (92.58% from 255) = 37.88%

 BLUE value IS 201 (78.91% from 255) = 32.26%

R = 29.86%
G = 37.88%
B = 32.26%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.15

 K value IS 0.07

RGB Variations

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

Color information

#BAECC9 (or 0xBAECC9) is known color: Granny Apple. HEX triplet: BA, EC and C9. RGB value is (186,236,201). Sum of RGB (Red+Green+Blue) = 186+236+201=623 (82% of max value = 765). Red value is 186 (73.05% from 255 or 29.86% from 623); Green value is 236 (92.58% from 255 or 37.88% from 623); Blue value is 201 (78.91% from 255 or 32.26% from 623); Max value from RGB is 236 - color contains mainly: green. Hex color #BAECC9 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BAECC9 is #451336. Grayscale: #D9D9D9. Windows color (decimal): -4526903 or 13233338. OLE color: 13233338.

HSL color Cylindrical-coordinate representation of color #BAECC9: hue angle of 138º degrees, saturation: 0.57, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BAECC9 is Cyan = 0.21, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.07.

Color convert

RGB 186 236 201 -
CMYK 0.21 0 0.15 0.07
HSL 138º 0.57% 0.83% -
HSV(B) 138º 0.21% 0.93% -
XYZ 60.79 74.65 66.46 -
YUV 217.06 118.94 105.85 -
System Red Green Blue C M Y K H S L
Decimal 186 236 201 0.21 0 0.15 0.07 138 0.57 0.83
Hex BA EC C9 15 0 F 7 8A 39 53
Octal 272 354 311 25 0 17 7 212 71 123
Binary 10111010 11101100 11001001 10101 0 1111 111 10001010 111001 1010011

Color Harmonies of #BAECC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAECC9

Black with #BAECC9

Text Example


Text Example

White with #BAECC9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAECC9; }

 p { color: rgb(186,236,201); }

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

background-color css

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

 a { background-color: rgb(186,236,201); }

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

border-color css

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

 span { border-color: rgb(186,236,201); }

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