Html Css Color HEX #BCF7D0 Granny Apple

📋 copy color: '#BCF7D0'

red 188 ◦ green 247 ◦ blue 208

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

Shades of Granny Apple #BCF7D0

Tints of Granny Apple #BCF7D0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 32.35%

R = 29.24%
G = 38.41%
B = 32.35%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.16

 K value IS 0.03

RGB Variations

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

Color information

#BCF7D0 (or 0xBCF7D0) is known color: Granny Apple. HEX triplet: BC, F7 and D0. RGB value is (188,247,208). Sum of RGB (Red+Green+Blue) = 188+247+208=643 (85% of max value = 765). Red value is 188 (73.83% from 255 or 29.24% from 643); Green value is 247 (96.88% from 255 or 38.41% from 643); Blue value is 208 (81.64% from 255 or 32.35% from 643); Max value from RGB is 247 - color contains mainly: green. Hex color #BCF7D0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BCF7D0 is #43082F. Grayscale: #E1E1E1. Windows color (decimal): -4393008 or 13694908. OLE color: 13694908.

HSL color Cylindrical-coordinate representation of color #BCF7D0: hue angle of 140.34º 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 #BCF7D0 is Cyan = 0.24, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.03.

Color convert

RGB 188 247 208 -
CMYK 0.24 0 0.16 0.03
HSL 140.34º 0.79% 0.85% -
HSV(B) 140.34º 0.24% 0.97% -
XYZ 65.38 81.77 72.01 -
YUV 224.91 118.45 101.67 -
System Red Green Blue C M Y K H S L
Decimal 188 247 208 0.24 0 0.16 0.03 140.34 0.79 0.85
Hex BC F7 D0 18 0 10 3 8C 4F 55
Octal 274 367 320 30 0 20 3 214 117 125
Binary 10111100 11110111 11010000 11000 0 10000 11 10001100 1001111 1010101

Color Harmonies of #BCF7D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCF7D0

Black with #BCF7D0

Text Example


Text Example

White with #BCF7D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCF7D0; }

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

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

background-color css

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

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

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

border-color css

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

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

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