Html Css Color HEX #BAFACC Granny Apple

📋 copy color: '#BAFACC'

red 186 ◦ green 250 ◦ blue 204

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

Shades of Granny Apple #BAFACC

Tints of Granny Apple #BAFACC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 31.88%

R = 29.06%
G = 39.06%
B = 31.88%

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

#BAFACC (or 0xBAFACC) is known color: Granny Apple. HEX triplet: BA, FA and CC. RGB value is (186,250,204). Sum of RGB (Red+Green+Blue) = 186+250+204=640 (84% of max value = 765). Red value is 186 (73.05% from 255 or 29.06% from 640); Green value is 250 (98.05% from 255 or 39.06% from 640); Blue value is 204 (80.08% from 255 or 31.88% from 640); Max value from RGB is 250 - color contains mainly: green. Hex color #BAFACC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BAFACC is #450533. Grayscale: #E1E1E1. Windows color (decimal): -4523316 or 13433530. OLE color: 13433530.

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

Color convert

RGB 186 250 204 -
CMYK 0.26 0 0.18 0.02
HSL 136.88º 0.86% 0.85% -
HSV(B) 136.88º 0.26% 0.98% -
XYZ 65.33 83.17 69.74 -
YUV 225.62 115.8 99.74 -
System Red Green Blue C M Y K H S L
Decimal 186 250 204 0.26 0 0.18 0.02 136.88 0.86 0.85
Hex BA FA CC 1A 0 12 2 89 56 55
Octal 272 372 314 32 0 22 2 211 126 125
Binary 10111010 11111010 11001100 11010 0 10010 10 10001001 1010110 1010101

Color Harmonies of #BAFACC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAFACC

Black with #BAFACC

Text Example


Text Example

White with #BAFACC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAFACC; }

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

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

background-color css

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

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

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

border-color css

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

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

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