Html Css Color HEX #BCF9C4 Granny Apple

📋 copy color: '#BCF9C4'

red 188 ◦ green 249 ◦ blue 196

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

Shades of Granny Apple #BCF9C4

Tints of Granny Apple #BCF9C4

RGB

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

 GREEN value IS 249 (97.66% from 255) = 39.34%

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

R = 29.7%
G = 39.34%
B = 30.96%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.21

 K value IS 0.02

RGB Variations

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

Color information

#BCF9C4 (or 0xBCF9C4) is known color: Granny Apple. HEX triplet: BC, F9 and C4. RGB value is (188,249,196). Sum of RGB (Red+Green+Blue) = 188+249+196=633 (83% of max value = 765). Red value is 188 (73.83% from 255 or 29.70% from 633); Green value is 249 (97.66% from 255 or 39.34% from 633); Blue value is 196 (76.95% from 255 or 30.96% from 633); Max value from RGB is 249 - color contains mainly: green. Hex color #BCF9C4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BCF9C4 is #43063B. Grayscale: #E0E0E0. Windows color (decimal): -4392508 or 12908988. OLE color: 12908988.

HSL color Cylindrical-coordinate representation of color #BCF9C4: hue angle of 127.87º degrees, saturation: 0.84, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BCF9C4 is Cyan = 0.24, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.02.

Color convert

RGB 188 249 196 -
CMYK 0.24 0 0.21 0.02
HSL 127.87º 0.84% 0.86% -
HSV(B) 127.87º 0.24% 0.98% -
XYZ 64.58 82.43 64.73 -
YUV 224.72 111.79 101.81 -
System Red Green Blue C M Y K H S L
Decimal 188 249 196 0.24 0 0.21 0.02 127.87 0.84 0.86
Hex BC F9 C4 18 0 15 2 80 54 56
Octal 274 371 304 30 0 25 2 200 124 126
Binary 10111100 11111001 11000100 11000 0 10101 10 10000000 1010100 1010110

Color Harmonies of #BCF9C4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCF9C4

Black with #BCF9C4

Text Example


Text Example

White with #BCF9C4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCF9C4; }

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

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

background-color css

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

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

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

border-color css

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

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

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