Html Css Color HEX #BAEBC9 Granny Apple

📋 copy color: '#BAEBC9'

red 186 ◦ green 235 ◦ blue 201

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

Shades of Granny Apple #BAEBC9

Tints of Granny Apple #BAEBC9

RGB

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

 GREEN value IS 235 (92.19% from 255) = 37.78%

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

R = 29.9%
G = 37.78%
B = 32.32%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.14

 K value IS 0.08

RGB Variations

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

Color information

#BAEBC9 (or 0xBAEBC9) is known color: Granny Apple. HEX triplet: BA, EB and C9. RGB value is (186,235,201). Sum of RGB (Red+Green+Blue) = 186+235+201=622 (82% of max value = 765). Red value is 186 (73.05% from 255 or 29.90% from 622); Green value is 235 (92.19% from 255 or 37.78% from 622); Blue value is 201 (78.91% from 255 or 32.32% from 622); Max value from RGB is 235 - color contains mainly: green. Hex color #BAEBC9 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BAEBC9 is #451436. Grayscale: #D8D8D8. Windows color (decimal): -4527159 or 13233082. OLE color: 13233082.

HSL color Cylindrical-coordinate representation of color #BAEBC9: hue angle of 138.37º degrees, saturation: 0.55, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BAEBC9 is Cyan = 0.21, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.08.

Color convert

RGB 186 235 201 -
CMYK 0.21 0 0.14 0.08
HSL 138.37º 0.55% 0.83% -
HSV(B) 138.37º 0.21% 0.92% -
XYZ 60.5 74.07 66.37 -
YUV 216.47 119.27 106.26 -
System Red Green Blue C M Y K H S L
Decimal 186 235 201 0.21 0 0.14 0.08 138.37 0.55 0.83
Hex BA EB C9 15 0 E 8 8A 37 53
Octal 272 353 311 25 0 16 10 212 67 123
Binary 10111010 11101011 11001001 10101 0 1110 1000 10001010 110111 1010011

Color Harmonies of #BAEBC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAEBC9

Black with #BAEBC9

Text Example


Text Example

White with #BAEBC9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAEBC9; }

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

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

background-color css

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

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

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

border-color css

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

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

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