Html Css Color HEX #BCFFCE Granny Apple

📋 copy color: '#BCFFCE'

red 188 ◦ green 255 ◦ blue 206

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

Shades of Granny Apple #BCFFCE

Tints of Granny Apple #BCFFCE

RGB

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

 GREEN value IS 255 (100% from 255) = 39.29%

 BLUE value IS 206 (80.86% from 255) = 31.74%

R = 28.97%
G = 39.29%
B = 31.74%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.19

 K value IS 0

RGB Variations

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

Color information

#BCFFCE (or 0xBCFFCE) is known color: Granny Apple. HEX triplet: BC, FF and CE. RGB value is (188,255,206). Sum of RGB (Red+Green+Blue) = 188+255+206=649 (85% of max value = 765). Red value is 188 (73.83% from 255 or 28.97% from 649); Green value is 255 (100% from 255 or 39.29% from 649); Blue value is 206 (80.86% from 255 or 31.74% from 649); Max value from RGB is 255 - color contains mainly: green. Hex color #BCFFCE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BCFFCE is #430031. Grayscale: #E5E5E5. Windows color (decimal): -4390962 or 13565884. OLE color: 13565884.

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

Color convert

RGB 188 255 206 -
CMYK 0.26 0 0.19 0
HSL 136.12º 1% 0.87% -
HSV(B) 136.12º 0.26% 1% -
XYZ 67.64 86.67 71.56 -
YUV 229.38 114.8 98.48 -
System Red Green Blue C M Y K H S L
Decimal 188 255 206 0.26 0 0.19 0 136.12 1 0.87
Hex BC FF CE 1A 0 13 0 88 64 57
Octal 274 377 316 32 0 23 0 210 144 127
Binary 10111100 11111111 11001110 11010 0 10011 0 10001000 1100100 1010111

Color Harmonies of #BCFFCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCFFCE

Black with #BCFFCE

Text Example


Text Example

White with #BCFFCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCFFCE; }

 p { color: rgb(188,255,206); }

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

background-color css

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

 a { background-color: rgb(188,255,206); }

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

border-color css

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

 span { border-color: rgb(188,255,206); }

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