Html Css Color HEX #BAFFCC Granny Apple

📋 copy color: '#BAFFCC'

red 186 ◦ green 255 ◦ blue 204

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

Shades of Granny Apple #BAFFCC

Tints of Granny Apple #BAFFCC

RGB

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

 GREEN value IS 255 (100% from 255) = 39.53%

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

R = 28.84%
G = 39.53%
B = 31.63%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.2

 K value IS 0

RGB Variations

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

Color information

#BAFFCC (or 0xBAFFCC) is known color: Granny Apple. HEX triplet: BA, FF and CC. RGB value is (186,255,204). Sum of RGB (Red+Green+Blue) = 186+255+204=645 (85% of max value = 765). Red value is 186 (73.05% from 255 or 28.84% from 645); Green value is 255 (100% from 255 or 39.53% from 645); Blue value is 204 (80.08% from 255 or 31.63% from 645); Max value from RGB is 255 - color contains mainly: green. Hex color #BAFFCC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BAFFCC is #450033. Grayscale: #E4E4E4. Windows color (decimal): -4522036 or 13434810. OLE color: 13434810.

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

Color convert

RGB 186 255 204 -
CMYK 0.27 0 0.2 0
HSL 135.65º 1% 0.86% -
HSV(B) 135.65º 0.27% 1% -
XYZ 66.91 86.32 70.26 -
YUV 228.56 114.14 97.65 -
System Red Green Blue C M Y K H S L
Decimal 186 255 204 0.27 0 0.2 0 135.65 1 0.86
Hex BA FF CC 1B 0 14 0 88 64 56
Octal 272 377 314 33 0 24 0 210 144 126
Binary 10111010 11111111 11001100 11011 0 10100 0 10001000 1100100 1010110

Color Harmonies of #BAFFCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAFFCC

Black with #BAFFCC

Text Example


Text Example

White with #BAFFCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAFFCC; }

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

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

background-color css

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

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

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

border-color css

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

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

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