Html Css Color HEX #BAFECE Granny Apple

📋 copy color: '#BAFECE'

red 186 ◦ green 254 ◦ blue 206

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

Shades of Granny Apple #BAFECE

Tints of Granny Apple #BAFECE

RGB

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

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

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

R = 28.79%
G = 39.32%
B = 31.89%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.19

 K value IS 0.00

RGB Variations

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

Color information

#BAFECE (or 0xBAFECE) is known color: Granny Apple. HEX triplet: BA, FE and CE. RGB value is (186,254,206). Sum of RGB (Red+Green+Blue) = 186+254+206=646 (85% of max value = 765). Red value is 186 (73.05% from 255 or 28.79% from 646); Green value is 254 (99.61% from 255 or 39.32% from 646); Blue value is 206 (80.86% from 255 or 31.89% from 646); Max value from RGB is 254 - color contains mainly: green. Hex color #BAFECE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BAFECE is #450131. Grayscale: #E4E4E4. Windows color (decimal): -4522290 or 13565626. OLE color: 13565626.

HSL color Cylindrical-coordinate representation of color #BAFECE: hue angle of 137.65º 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 #BAFECE is Cyan = 0.27, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.00.

Color convert

RGB 186 254 206 -
CMYK 0.27 0 0.19 0.00
HSL 137.65º 0.97% 0.86% -
HSV(B) 137.65º 0.27% 1% -
XYZ 66.83 85.78 71.43 -
YUV 228.2 115.47 97.9 -
System Red Green Blue C M Y K H S L
Decimal 186 254 206 0.27 0 0.19 0.00 137.65 0.97 0.86
Hex BA FE CE 1B 0 13 0 8A 61 56
Octal 272 376 316 33 0 23 0 212 141 126
Binary 10111010 11111110 11001110 11011 0 10011 0 10001010 1100001 1010110

Color Harmonies of #BAFECE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAFECE

Black with #BAFECE

Text Example


Text Example

White with #BAFECE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAFECE; }

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

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

background-color css

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

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

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

border-color css

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

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

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