Html Css Color HEX #BCFBCB Granny Apple

📋 copy color: '#BCFBCB'

red 188 ◦ green 251 ◦ blue 203

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

Shades of Granny Apple #BCFBCB

Tints of Granny Apple #BCFBCB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 31.62%

R = 29.28%
G = 39.1%
B = 31.62%

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

#BCFBCB (or 0xBCFBCB) is known color: Granny Apple. HEX triplet: BC, FB and CB. RGB value is (188,251,203). Sum of RGB (Red+Green+Blue) = 188+251+203=642 (85% of max value = 765). Red value is 188 (73.83% from 255 or 29.28% from 642); Green value is 251 (98.44% from 255 or 39.10% from 642); Blue value is 203 (79.69% from 255 or 31.62% from 642); Max value from RGB is 251 - color contains mainly: green. Hex color #BCFBCB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BCFBCB is #430434. Grayscale: #E2E2E2. Windows color (decimal): -4391989 or 13368252. OLE color: 13368252.

HSL color Cylindrical-coordinate representation of color #BCFBCB: hue angle of 134.29º 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 #BCFBCB is Cyan = 0.25, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.02.

Color convert

RGB 188 251 203 -
CMYK 0.25 0 0.19 0.02
HSL 134.29º 0.89% 0.86% -
HSV(B) 134.29º 0.25% 0.98% -
XYZ 66.02 84 69.23 -
YUV 226.69 114.63 100.4 -
System Red Green Blue C M Y K H S L
Decimal 188 251 203 0.25 0 0.19 0.02 134.29 0.89 0.86
Hex BC FB CB 19 0 13 2 86 59 56
Octal 274 373 313 31 0 23 2 206 131 126
Binary 10111100 11111011 11001011 11001 0 10011 10 10000110 1011001 1010110

Color Harmonies of #BCFBCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCFBCB

Black with #BCFBCB

Text Example


Text Example

White with #BCFBCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCFBCB; }

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

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

background-color css

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

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

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

border-color css

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

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

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