Html Css Color HEX #BAFCC9 Granny Apple

📋 copy color: '#BAFCC9'

red 186 ◦ green 252 ◦ blue 201

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

Shades of Granny Apple #BAFCC9

Tints of Granny Apple #BAFCC9

RGB

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

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

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

R = 29.11%
G = 39.44%
B = 31.46%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.20

 K value IS 0.01

RGB Variations

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

Color information

#BAFCC9 (or 0xBAFCC9) is known color: Granny Apple. HEX triplet: BA, FC and C9. RGB value is (186,252,201). Sum of RGB (Red+Green+Blue) = 186+252+201=639 (84% of max value = 765). Red value is 186 (73.05% from 255 or 29.11% from 639); Green value is 252 (98.83% from 255 or 39.44% from 639); Blue value is 201 (78.91% from 255 or 31.46% from 639); Max value from RGB is 252 - color contains mainly: green. Hex color #BAFCC9 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BAFCC9 is #450336. Grayscale: #E2E2E2. Windows color (decimal): -4522807 or 13237434. OLE color: 13237434.

HSL color Cylindrical-coordinate representation of color #BAFCC9: hue angle of 133.64º 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 #BAFCC9 is Cyan = 0.26, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.01.

Color convert

RGB 186 252 201 -
CMYK 0.26 0 0.20 0.01
HSL 133.64º 0.92% 0.86% -
HSV(B) 133.64º 0.26% 0.99% -
XYZ 65.6 84.28 68.07 -
YUV 226.45 113.63 99.15 -
System Red Green Blue C M Y K H S L
Decimal 186 252 201 0.26 0 0.20 0.01 133.64 0.92 0.86
Hex BA FC C9 1A 0 14 1 86 5C 56
Octal 272 374 311 32 0 24 1 206 134 126
Binary 10111010 11111100 11001001 11010 0 10100 1 10000110 1011100 1010110

Color Harmonies of #BAFCC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAFCC9

Black with #BAFCC9

Text Example


Text Example

White with #BAFCC9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAFCC9; }

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

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

background-color css

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

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

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

border-color css

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

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

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