Html Css Color HEX #BCFECC Granny Apple

📋 copy color: '#BCFECC'

red 188 ◦ green 254 ◦ blue 204

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

Shades of Granny Apple #BCFECC

Tints of Granny Apple #BCFECC

RGB

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

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

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

R = 29.1%
G = 39.32%
B = 31.58%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.20

 K value IS 0.00

RGB Variations

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

Color information

#BCFECC (or 0xBCFECC) is known color: Granny Apple. HEX triplet: BC, FE and CC. RGB value is (188,254,204). Sum of RGB (Red+Green+Blue) = 188+254+204=646 (85% of max value = 765). Red value is 188 (73.83% from 255 or 29.10% from 646); Green value is 254 (99.61% from 255 or 39.32% from 646); Blue value is 204 (80.08% from 255 or 31.58% from 646); Max value from RGB is 254 - color contains mainly: green. Hex color #BCFECC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BCFECC is #430133. Grayscale: #E4E4E4. Windows color (decimal): -4391220 or 13434556. OLE color: 13434556.

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

Color convert

RGB 188 254 204 -
CMYK 0.26 0 0.20 0.00
HSL 134.55º 0.97% 0.87% -
HSV(B) 134.55º 0.26% 1% -
XYZ 67.08 85.93 70.18 -
YUV 228.57 114.13 99.07 -
System Red Green Blue C M Y K H S L
Decimal 188 254 204 0.26 0 0.20 0.00 134.55 0.97 0.87
Hex BC FE CC 1A 0 14 0 87 61 57
Octal 274 376 314 32 0 24 0 207 141 127
Binary 10111100 11111110 11001100 11010 0 10100 0 10000111 1100001 1010111

Color Harmonies of #BCFECC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCFECC

Black with #BCFECC

Text Example


Text Example

White with #BCFECC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCFECC; }

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

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

background-color css

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

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

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

border-color css

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

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

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