Html Css Color HEX #BCFFC2 Granny Apple

📋 copy color: '#BCFFC2'

red 188 ◦ green 255 ◦ blue 194

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

Shades of Granny Apple #BCFFC2

Tints of Granny Apple #BCFFC2

RGB

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

 GREEN value IS 255 (100% from 255) = 40.03%

 BLUE value IS 194 (76.17% from 255) = 30.46%

R = 29.51%
G = 40.03%
B = 30.46%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.24

 K value IS 0

RGB Variations

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

Color information

#BCFFC2 (or 0xBCFFC2) is known color: Granny Apple. HEX triplet: BC, FF and C2. RGB value is (188,255,194). Sum of RGB (Red+Green+Blue) = 188+255+194=637 (84% of max value = 765). Red value is 188 (73.83% from 255 or 29.51% from 637); Green value is 255 (100% from 255 or 40.03% from 637); Blue value is 194 (76.17% from 255 or 30.46% from 637); Max value from RGB is 255 - color contains mainly: green. Hex color #BCFFC2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BCFFC2 is #43003D. Grayscale: #E4E4E4. Windows color (decimal): -4390974 or 12779452. OLE color: 12779452.

HSL color Cylindrical-coordinate representation of color #BCFFC2: hue angle of 125.37º degrees, saturation: 1, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BCFFC2 is Cyan = 0.26, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.

Color convert

RGB 188 255 194 -
CMYK 0.26 0 0.24 0
HSL 125.37º 1% 0.87% -
HSV(B) 125.37º 0.26% 1% -
XYZ 66.24 86.11 64.17 -
YUV 228.01 108.8 99.46 -
System Red Green Blue C M Y K H S L
Decimal 188 255 194 0.26 0 0.24 0 125.37 1 0.87
Hex BC FF C2 1A 0 18 0 7D 64 57
Octal 274 377 302 32 0 30 0 175 144 127
Binary 10111100 11111111 11000010 11010 0 11000 0 1111101 1100100 1010111

Color Harmonies of #BCFFC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCFFC2

Black with #BCFFC2

Text Example


Text Example

White with #BCFFC2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCFFC2; }

 p { color: rgb(188,255,194); }

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

background-color css

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

 a { background-color: rgb(188,255,194); }

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

border-color css

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

 span { border-color: rgb(188,255,194); }

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