Html Css Color HEX #BCF7CE Granny Apple

📋 copy color: '#BCF7CE'

red 188 ◦ green 247 ◦ blue 206

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

Shades of Granny Apple #BCF7CE

Tints of Granny Apple #BCF7CE

RGB

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

 GREEN value IS 247 (96.88% from 255) = 38.53%

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

R = 29.33%
G = 38.53%
B = 32.14%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.17

 K value IS 0.03

RGB Variations

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

Color information

#BCF7CE (or 0xBCF7CE) is known color: Granny Apple. HEX triplet: BC, F7 and CE. RGB value is (188,247,206). Sum of RGB (Red+Green+Blue) = 188+247+206=641 (84% of max value = 765). Red value is 188 (73.83% from 255 or 29.33% from 641); Green value is 247 (96.88% from 255 or 38.53% from 641); Blue value is 206 (80.86% from 255 or 32.14% from 641); Max value from RGB is 247 - color contains mainly: green. Hex color #BCF7CE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BCF7CE is #430831. Grayscale: #E0E0E0. Windows color (decimal): -4393010 or 13563836. OLE color: 13563836.

HSL color Cylindrical-coordinate representation of color #BCF7CE: hue angle of 138.31º degrees, saturation: 0.79, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BCF7CE is Cyan = 0.24, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.03.

Color convert

RGB 188 247 206 -
CMYK 0.24 0 0.17 0.03
HSL 138.31º 0.79% 0.85% -
HSV(B) 138.31º 0.24% 0.97% -
XYZ 65.14 81.67 70.72 -
YUV 224.69 117.45 101.83 -
System Red Green Blue C M Y K H S L
Decimal 188 247 206 0.24 0 0.17 0.03 138.31 0.79 0.85
Hex BC F7 CE 18 0 11 3 8A 4F 55
Octal 274 367 316 30 0 21 3 212 117 125
Binary 10111100 11110111 11001110 11000 0 10001 11 10001010 1001111 1010101

Color Harmonies of #BCF7CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCF7CE

Black with #BCF7CE

Text Example


Text Example

White with #BCF7CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCF7CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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