Html Css Color HEX #BCF8C3 Granny Apple

📋 copy color: '#BCF8C3'

red 188 ◦ green 248 ◦ blue 195

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

Shades of Granny Apple #BCF8C3

Tints of Granny Apple #BCF8C3

RGB

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

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

 BLUE value IS 195 (76.56% from 255) = 30.9%

R = 29.79%
G = 39.3%
B = 30.9%

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

#BCF8C3 (or 0xBCF8C3) is known color: Granny Apple. HEX triplet: BC, F8 and C3. RGB value is (188,248,195). Sum of RGB (Red+Green+Blue) = 188+248+195=631 (83% of max value = 765). Red value is 188 (73.83% from 255 or 29.79% from 631); Green value is 248 (97.27% from 255 or 39.30% from 631); Blue value is 195 (76.56% from 255 or 30.90% from 631); Max value from RGB is 248 - color contains mainly: green. Hex color #BCF8C3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BCF8C3 is #43073C. Grayscale: #E0E0E0. Windows color (decimal): -4392765 or 12843196. OLE color: 12843196.

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

Color convert

RGB 188 248 195 -
CMYK 0.24 0 0.21 0.03
HSL 127º 0.81% 0.85% -
HSV(B) 127º 0.24% 0.97% -
XYZ 64.16 81.77 64.03 -
YUV 224.02 111.62 102.31 -
System Red Green Blue C M Y K H S L
Decimal 188 248 195 0.24 0 0.21 0.03 127 0.81 0.85
Hex BC F8 C3 18 0 15 3 7F 51 55
Octal 274 370 303 30 0 25 3 177 121 125
Binary 10111100 11111000 11000011 11000 0 10101 11 1111111 1010001 1010101

Color Harmonies of #BCF8C3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCF8C3

Black with #BCF8C3

Text Example


Text Example

White with #BCF8C3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCF8C3; }

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

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

background-color css

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

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

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

border-color css

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

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

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