Html Css Color HEX #BCFBCC Granny Apple

📋 copy color: '#BCFBCC'

red 188 ◦ green 251 ◦ blue 204

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

Shades of Granny Apple #BCFBCC

Tints of Granny Apple #BCFBCC

RGB

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

 GREEN value IS 251 (98.44% from 255) = 39.04%

 BLUE value IS 204 (80.08% from 255) = 31.73%

R = 29.24%
G = 39.04%
B = 31.73%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.19

 K value IS 0.02

RGB Variations

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

Color information

#BCFBCC (or 0xBCFBCC) is known color: Granny Apple. HEX triplet: BC, FB and CC. RGB value is (188,251,204). Sum of RGB (Red+Green+Blue) = 188+251+204=643 (85% of max value = 765). Red value is 188 (73.83% from 255 or 29.24% from 643); Green value is 251 (98.44% from 255 or 39.04% from 643); Blue value is 204 (80.08% from 255 or 31.73% from 643); Max value from RGB is 251 - color contains mainly: green. Hex color #BCFBCC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BCFBCC is #430433. Grayscale: #E2E2E2. Windows color (decimal): -4391988 or 13433788. OLE color: 13433788.

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

Color convert

RGB 188 251 204 -
CMYK 0.25 0 0.19 0.02
HSL 135.24º 0.89% 0.86% -
HSV(B) 135.24º 0.25% 0.98% -
XYZ 66.14 84.05 69.86 -
YUV 226.81 115.13 100.32 -
System Red Green Blue C M Y K H S L
Decimal 188 251 204 0.25 0 0.19 0.02 135.24 0.89 0.86
Hex BC FB CC 19 0 13 2 87 59 56
Octal 274 373 314 31 0 23 2 207 131 126
Binary 10111100 11111011 11001100 11001 0 10011 10 10000111 1011001 1010110

Color Harmonies of #BCFBCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCFBCC

Black with #BCFBCC

Text Example


Text Example

White with #BCFBCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCFBCC; }

 p { color: rgb(188,251,204); }

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

background-color css

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

 a { background-color: rgb(188,251,204); }

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

border-color css

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

 span { border-color: rgb(188,251,204); }

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