Html Css Color HEX #BAFED0 Granny Apple

📋 copy color: '#BAFED0'

red 186 ◦ green 254 ◦ blue 208

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

Shades of Granny Apple #BAFED0

Tints of Granny Apple #BAFED0

RGB

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

 GREEN value IS 254 (99.61% from 255) = 39.2%

 BLUE value IS 208 (81.64% from 255) = 32.1%

R = 28.7%
G = 39.2%
B = 32.1%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.18

 K value IS 0.00

RGB Variations

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

Color information

#BAFED0 (or 0xBAFED0) is known color: Granny Apple. HEX triplet: BA, FE and D0. RGB value is (186,254,208). Sum of RGB (Red+Green+Blue) = 186+254+208=648 (85% of max value = 765). Red value is 186 (73.05% from 255 or 28.70% from 648); Green value is 254 (99.61% from 255 or 39.20% from 648); Blue value is 208 (81.64% from 255 or 32.10% from 648); Max value from RGB is 254 - color contains mainly: green. Hex color #BAFED0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BAFED0 is #45012F. Grayscale: #E4E4E4. Windows color (decimal): -4522288 or 13696698. OLE color: 13696698.

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

Color convert

RGB 186 254 208 -
CMYK 0.27 0 0.18 0.00
HSL 139.41º 0.97% 0.86% -
HSV(B) 139.41º 0.27% 1% -
XYZ 67.08 85.88 72.72 -
YUV 228.42 116.47 97.74 -
System Red Green Blue C M Y K H S L
Decimal 186 254 208 0.27 0 0.18 0.00 139.41 0.97 0.86
Hex BA FE D0 1B 0 12 0 8B 61 56
Octal 272 376 320 33 0 22 0 213 141 126
Binary 10111010 11111110 11010000 11011 0 10010 0 10001011 1100001 1010110

Color Harmonies of #BAFED0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAFED0

Black with #BAFED0

Text Example


Text Example

White with #BAFED0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAFED0; }

 p { color: rgb(186,254,208); }

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

background-color css

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

 a { background-color: rgb(186,254,208); }

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

border-color css

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

 span { border-color: rgb(186,254,208); }

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