Html Css Color HEX #BAFCC6 Granny Apple

📋 copy color: '#BAFCC6'

red 186 ◦ green 252 ◦ blue 198

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

Shades of Granny Apple #BAFCC6

Tints of Granny Apple #BAFCC6

RGB

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

 GREEN value IS 252 (98.83% from 255) = 39.62%

 BLUE value IS 198 (77.73% from 255) = 31.13%

R = 29.25%
G = 39.62%
B = 31.13%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.21

 K value IS 0.01

RGB Variations

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

Color information

#BAFCC6 (or 0xBAFCC6) is known color: Granny Apple. HEX triplet: BA, FC and C6. RGB value is (186,252,198). Sum of RGB (Red+Green+Blue) = 186+252+198=636 (84% of max value = 765). Red value is 186 (73.05% from 255 or 29.25% from 636); Green value is 252 (98.83% from 255 or 39.62% from 636); Blue value is 198 (77.73% from 255 or 31.13% from 636); Max value from RGB is 252 - color contains mainly: green. Hex color #BAFCC6 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BAFCC6 is #450339. Grayscale: #E2E2E2. Windows color (decimal): -4522810 or 13040826. OLE color: 13040826.

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

Color convert

RGB 186 252 198 -
CMYK 0.26 0 0.21 0.01
HSL 130.91º 0.92% 0.86% -
HSV(B) 130.91º 0.26% 0.99% -
XYZ 65.25 84.14 66.23 -
YUV 226.11 112.13 99.39 -
System Red Green Blue C M Y K H S L
Decimal 186 252 198 0.26 0 0.21 0.01 130.91 0.92 0.86
Hex BA FC C6 1A 0 15 1 83 5C 56
Octal 272 374 306 32 0 25 1 203 134 126
Binary 10111010 11111100 11000110 11010 0 10101 1 10000011 1011100 1010110

Color Harmonies of #BAFCC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAFCC6

Black with #BAFCC6

Text Example


Text Example

White with #BAFCC6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAFCC6; }

 p { color: rgb(186,252,198); }

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

background-color css

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

 a { background-color: rgb(186,252,198); }

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

border-color css

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

 span { border-color: rgb(186,252,198); }

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