Html Css Color HEX #BAFCC2 Granny Apple

📋 copy color: '#BAFCC2'

red 186 ◦ green 252 ◦ blue 194

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

Shades of Granny Apple #BAFCC2

Tints of Granny Apple #BAFCC2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 30.7%

R = 29.43%
G = 39.87%
B = 30.7%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.23

 K value IS 0.01

RGB Variations

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

Color information

#BAFCC2 (or 0xBAFCC2) is known color: Granny Apple. HEX triplet: BA, FC and C2. RGB value is (186,252,194). Sum of RGB (Red+Green+Blue) = 186+252+194=632 (83% of max value = 765). Red value is 186 (73.05% from 255 or 29.43% from 632); Green value is 252 (98.83% from 255 or 39.87% from 632); Blue value is 194 (76.17% from 255 or 30.70% from 632); Max value from RGB is 252 - color contains mainly: green. Hex color #BAFCC2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BAFCC2 is #45033D. Grayscale: #E1E1E1. Windows color (decimal): -4522814 or 12778682. OLE color: 12778682.

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

Color convert

RGB 186 252 194 -
CMYK 0.26 0 0.23 0.01
HSL 127.27º 0.92% 0.86% -
HSV(B) 127.27º 0.26% 0.99% -
XYZ 64.8 83.95 63.83 -
YUV 225.65 110.13 99.72 -
System Red Green Blue C M Y K H S L
Decimal 186 252 194 0.26 0 0.23 0.01 127.27 0.92 0.86
Hex BA FC C2 1A 0 17 1 7F 5C 56
Octal 272 374 302 32 0 27 1 177 134 126
Binary 10111010 11111100 11000010 11010 0 10111 1 1111111 1011100 1010110

Color Harmonies of #BAFCC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAFCC2

Black with #BAFCC2

Text Example


Text Example

White with #BAFCC2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAFCC2; }

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

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

background-color css

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

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

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

border-color css

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

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

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