Html Css Color HEX #BCFDCD Granny Apple

📋 copy color: '#BCFDCD'

red 188 ◦ green 253 ◦ blue 205

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

Shades of Granny Apple #BCFDCD

Tints of Granny Apple #BCFDCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 31.73%

R = 29.1%
G = 39.16%
B = 31.73%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.19

 K value IS 0.01

RGB Variations

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

Color information

#BCFDCD (or 0xBCFDCD) is known color: Granny Apple. HEX triplet: BC, FD and CD. RGB value is (188,253,205). Sum of RGB (Red+Green+Blue) = 188+253+205=646 (85% of max value = 765). Red value is 188 (73.83% from 255 or 29.10% from 646); Green value is 253 (99.22% from 255 or 39.16% from 646); Blue value is 205 (80.47% from 255 or 31.73% from 646); Max value from RGB is 253 - color contains mainly: green. Hex color #BCFDCD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BCFDCD is #430232. Grayscale: #E4E4E4. Windows color (decimal): -4391475 or 13499836. OLE color: 13499836.

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

Color convert

RGB 188 253 205 -
CMYK 0.26 0 0.19 0.01
HSL 135.69º 0.94% 0.86% -
HSV(B) 135.69º 0.26% 0.99% -
XYZ 66.88 85.35 70.71 -
YUV 228.09 114.97 99.4 -
System Red Green Blue C M Y K H S L
Decimal 188 253 205 0.26 0 0.19 0.01 135.69 0.94 0.86
Hex BC FD CD 1A 0 13 1 88 5E 56
Octal 274 375 315 32 0 23 1 210 136 126
Binary 10111100 11111101 11001101 11010 0 10011 1 10001000 1011110 1010110

Color Harmonies of #BCFDCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCFDCD

Black with #BCFDCD

Text Example


Text Example

White with #BCFDCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCFDCD; }

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

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

background-color css

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

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

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

border-color css

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

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

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