Html Css Color HEX #BCFECD Granny Apple

📋 copy color: '#BCFECD'

red 188 ◦ green 254 ◦ blue 205

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

Shades of Granny Apple #BCFECD

Tints of Granny Apple #BCFECD

RGB

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

 GREEN value IS 254 (99.61% from 255) = 39.26%

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

R = 29.06%
G = 39.26%
B = 31.68%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.19

 K value IS 0.00

RGB Variations

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

Color information

#BCFECD (or 0xBCFECD) is known color: Granny Apple. HEX triplet: BC, FE and CD. RGB value is (188,254,205). Sum of RGB (Red+Green+Blue) = 188+254+205=647 (85% of max value = 765). Red value is 188 (73.83% from 255 or 29.06% from 647); Green value is 254 (99.61% from 255 or 39.26% from 647); Blue value is 205 (80.47% from 255 or 31.68% from 647); Max value from RGB is 254 - color contains mainly: green. Hex color #BCFECD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BCFECD is #430132. Grayscale: #E4E4E4. Windows color (decimal): -4391219 or 13500092. OLE color: 13500092.

HSL color Cylindrical-coordinate representation of color #BCFECD: hue angle of 135.45º degrees, saturation: 0.97, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BCFECD is Cyan = 0.26, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.00.

Color convert

RGB 188 254 205 -
CMYK 0.26 0 0.19 0.00
HSL 135.45º 0.97% 0.87% -
HSV(B) 135.45º 0.26% 1% -
XYZ 67.2 85.98 70.81 -
YUV 228.68 114.63 98.98 -
System Red Green Blue C M Y K H S L
Decimal 188 254 205 0.26 0 0.19 0.00 135.45 0.97 0.87
Hex BC FE CD 1A 0 13 0 87 61 57
Octal 274 376 315 32 0 23 0 207 141 127
Binary 10111100 11111110 11001101 11010 0 10011 0 10000111 1100001 1010111

Color Harmonies of #BCFECD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCFECD

Black with #BCFECD

Text Example


Text Example

White with #BCFECD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCFECD; }

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

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

background-color css

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

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

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

border-color css

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

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

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