Html Css Color HEX #BCFDC6 Granny Apple

📋 copy color: '#BCFDC6'

red 188 ◦ green 253 ◦ blue 198

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

Shades of Granny Apple #BCFDC6

Tints of Granny Apple #BCFDC6

RGB

 RED value IS 188 (73.83% from 255) = 29.42%

 GREEN value IS 253 (99.22% from 255) = 39.59%

 BLUE value IS 198 (77.73% from 255) = 30.99%

R = 29.42%
G = 39.59%
B = 30.99%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.22

 K value IS 0.01

RGB Variations

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

Color information

#BCFDC6 (or 0xBCFDC6) is known color: Granny Apple. HEX triplet: BC, FD and C6. RGB value is (188,253,198). Sum of RGB (Red+Green+Blue) = 188+253+198=639 (84% of max value = 765). Red value is 188 (73.83% from 255 or 29.42% from 639); Green value is 253 (99.22% from 255 or 39.59% from 639); Blue value is 198 (77.73% from 255 or 30.99% from 639); Max value from RGB is 253 - color contains mainly: green. Hex color #BCFDC6 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BCFDC6 is #430239. Grayscale: #E3E3E3. Windows color (decimal): -4391482 or 13041084. OLE color: 13041084.

HSL color Cylindrical-coordinate representation of color #BCFDC6: hue angle of 129.23º degrees, saturation: 0.94, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BCFDC6 is Cyan = 0.26, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.01.

Color convert

RGB 188 253 198 -
CMYK 0.26 0 0.22 0.01
HSL 129.23º 0.94% 0.86% -
HSV(B) 129.23º 0.26% 0.99% -
XYZ 66.06 85.02 66.35 -
YUV 227.3 111.47 99.97 -
System Red Green Blue C M Y K H S L
Decimal 188 253 198 0.26 0 0.22 0.01 129.23 0.94 0.86
Hex BC FD C6 1A 0 16 1 81 5E 56
Octal 274 375 306 32 0 26 1 201 136 126
Binary 10111100 11111101 11000110 11010 0 10110 1 10000001 1011110 1010110

Color Harmonies of #BCFDC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCFDC6

Black with #BCFDC6

Text Example


Text Example

White with #BCFDC6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCFDC6; }

 p { color: rgb(188,253,198); }

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

background-color css

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

 a { background-color: rgb(188,253,198); }

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

border-color css

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

 span { border-color: rgb(188,253,198); }

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