Html Css Color HEX #BCFDC4 Granny Apple

📋 copy color: '#BCFDC4'

red 188 ◦ green 253 ◦ blue 196

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

Shades of Granny Apple #BCFDC4

Tints of Granny Apple #BCFDC4

RGB

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

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

 BLUE value IS 196 (76.95% from 255) = 30.77%

R = 29.51%
G = 39.72%
B = 30.77%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.23

 K value IS 0.01

RGB Variations

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

Color information

#BCFDC4 (or 0xBCFDC4) is known color: Granny Apple. HEX triplet: BC, FD and C4. RGB value is (188,253,196). Sum of RGB (Red+Green+Blue) = 188+253+196=637 (84% of max value = 765). Red value is 188 (73.83% from 255 or 29.51% from 637); Green value is 253 (99.22% from 255 or 39.72% from 637); Blue value is 196 (76.95% from 255 or 30.77% from 637); Max value from RGB is 253 - color contains mainly: green. Hex color #BCFDC4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BCFDC4 is #43023B. Grayscale: #E3E3E3. Windows color (decimal): -4391484 or 12910012. OLE color: 12910012.

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

Color convert

RGB 188 253 196 -
CMYK 0.26 0 0.23 0.01
HSL 127.38º 0.94% 0.86% -
HSV(B) 127.38º 0.26% 0.99% -
XYZ 65.83 84.93 65.15 -
YUV 227.07 110.47 100.13 -
System Red Green Blue C M Y K H S L
Decimal 188 253 196 0.26 0 0.23 0.01 127.38 0.94 0.86
Hex BC FD C4 1A 0 17 1 7F 5E 56
Octal 274 375 304 32 0 27 1 177 136 126
Binary 10111100 11111101 11000100 11010 0 10111 1 1111111 1011110 1010110

Color Harmonies of #BCFDC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCFDC4

Black with #BCFDC4

Text Example


Text Example

White with #BCFDC4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCFDC4; }

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

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

background-color css

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

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

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

border-color css

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

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

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