Html Css Color HEX #BAFACE Granny Apple

📋 copy color: '#BAFACE'

red 186 ◦ green 250 ◦ blue 206

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

Shades of Granny Apple #BAFACE

Tints of Granny Apple #BAFACE

RGB

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

 GREEN value IS 250 (98.05% from 255) = 38.94%

 BLUE value IS 206 (80.86% from 255) = 32.09%

R = 28.97%
G = 38.94%
B = 32.09%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.18

 K value IS 0.02

RGB Variations

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

Color information

#BAFACE (or 0xBAFACE) is known color: Granny Apple. HEX triplet: BA, FA and CE. RGB value is (186,250,206). Sum of RGB (Red+Green+Blue) = 186+250+206=642 (85% of max value = 765). Red value is 186 (73.05% from 255 or 28.97% from 642); Green value is 250 (98.05% from 255 or 38.94% from 642); Blue value is 206 (80.86% from 255 or 32.09% from 642); Max value from RGB is 250 - color contains mainly: green. Hex color #BAFACE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BAFACE is #450531. Grayscale: #E1E1E1. Windows color (decimal): -4523314 or 13564602. OLE color: 13564602.

HSL color Cylindrical-coordinate representation of color #BAFACE: hue angle of 138.75º degrees, saturation: 0.86, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BAFACE is Cyan = 0.26, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.02.

Color convert

RGB 186 250 206 -
CMYK 0.26 0 0.18 0.02
HSL 138.75º 0.86% 0.85% -
HSV(B) 138.75º 0.26% 0.98% -
XYZ 65.58 83.27 71.01 -
YUV 225.85 116.8 99.58 -
System Red Green Blue C M Y K H S L
Decimal 186 250 206 0.26 0 0.18 0.02 138.75 0.86 0.85
Hex BA FA CE 1A 0 12 2 8B 56 55
Octal 272 372 316 32 0 22 2 213 126 125
Binary 10111010 11111010 11001110 11010 0 10010 10 10001011 1010110 1010101

Color Harmonies of #BAFACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAFACE

Black with #BAFACE

Text Example


Text Example

White with #BAFACE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAFACE; }

 p { color: rgb(186,250,206); }

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

background-color css

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

 a { background-color: rgb(186,250,206); }

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

border-color css

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

 span { border-color: rgb(186,250,206); }

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