Html Css Color HEX #BAFFC9 Granny Apple

📋 copy color: '#BAFFC9'

red 186 ◦ green 255 ◦ blue 201

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

Shades of Granny Apple #BAFFC9

Tints of Granny Apple #BAFFC9

RGB

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

 GREEN value IS 255 (100% from 255) = 39.72%

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

R = 28.97%
G = 39.72%
B = 31.31%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.21

 K value IS 0

RGB Variations

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

Color information

#BAFFC9 (or 0xBAFFC9) is known color: Granny Apple. HEX triplet: BA, FF and C9. RGB value is (186,255,201). Sum of RGB (Red+Green+Blue) = 186+255+201=642 (85% of max value = 765). Red value is 186 (73.05% from 255 or 28.97% from 642); Green value is 255 (100% from 255 or 39.72% from 642); Blue value is 201 (78.91% from 255 or 31.31% from 642); Max value from RGB is 255 - color contains mainly: green. Hex color #BAFFC9 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BAFFC9 is #450036. Grayscale: #E4E4E4. Windows color (decimal): -4522039 or 13238202. OLE color: 13238202.

HSL color Cylindrical-coordinate representation of color #BAFFC9: hue angle of 133.04º degrees, saturation: 1, lightness: 0.86%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #BAFFC9 is Cyan = 0.27, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.

Color convert

RGB 186 255 201 -
CMYK 0.27 0 0.21 0
HSL 133.04º 1% 0.86% -
HSV(B) 133.04º 0.27% 1% -
XYZ 66.55 86.18 68.38 -
YUV 228.21 112.64 97.89 -
System Red Green Blue C M Y K H S L
Decimal 186 255 201 0.27 0 0.21 0 133.04 1 0.86
Hex BA FF C9 1B 0 15 0 85 64 56
Octal 272 377 311 33 0 25 0 205 144 126
Binary 10111010 11111111 11001001 11011 0 10101 0 10000101 1100100 1010110

Color Harmonies of #BAFFC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAFFC9

Black with #BAFFC9

Text Example


Text Example

White with #BAFFC9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAFFC9; }

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

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

background-color css

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

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

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

border-color css

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

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

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