Html Css Color HEX #BCF8C4 Granny Apple

📋 copy color: '#BCF8C4'

red 188 ◦ green 248 ◦ blue 196

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

Shades of Granny Apple #BCF8C4

Tints of Granny Apple #BCF8C4

RGB

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

 GREEN value IS 248 (97.27% from 255) = 39.24%

 BLUE value IS 196 (76.95% from 255) = 31.01%

R = 29.75%
G = 39.24%
B = 31.01%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.21

 K value IS 0.03

RGB Variations

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

Color information

#BCF8C4 (or 0xBCF8C4) is known color: Granny Apple. HEX triplet: BC, F8 and C4. RGB value is (188,248,196). Sum of RGB (Red+Green+Blue) = 188+248+196=632 (83% of max value = 765). Red value is 188 (73.83% from 255 or 29.75% from 632); Green value is 248 (97.27% from 255 or 39.24% from 632); Blue value is 196 (76.95% from 255 or 31.01% from 632); Max value from RGB is 248 - color contains mainly: green. Hex color #BCF8C4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BCF8C4 is #43073B. Grayscale: #E0E0E0. Windows color (decimal): -4392764 or 12908732. OLE color: 12908732.

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

Color convert

RGB 188 248 196 -
CMYK 0.24 0 0.21 0.03
HSL 128º 0.81% 0.85% -
HSV(B) 128º 0.24% 0.97% -
XYZ 64.27 81.81 64.63 -
YUV 224.13 112.12 102.23 -
System Red Green Blue C M Y K H S L
Decimal 188 248 196 0.24 0 0.21 0.03 128 0.81 0.85
Hex BC F8 C4 18 0 15 3 80 51 55
Octal 274 370 304 30 0 25 3 200 121 125
Binary 10111100 11111000 11000100 11000 0 10101 11 10000000 1010001 1010101

Color Harmonies of #BCF8C4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCF8C4

Black with #BCF8C4

Text Example


Text Example

White with #BCF8C4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCF8C4; }

 p { color: rgb(188,248,196); }

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

background-color css

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

 a { background-color: rgb(188,248,196); }

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

border-color css

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

 span { border-color: rgb(188,248,196); }

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