Html Css Color HEX #BCFBCA Granny Apple

📋 copy color: '#BCFBCA'

red 188 ◦ green 251 ◦ blue 202

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

Shades of Granny Apple #BCFBCA

Tints of Granny Apple #BCFBCA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 31.51%

R = 29.33%
G = 39.16%
B = 31.51%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.20

 K value IS 0.02

RGB Variations

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

Color information

#BCFBCA (or 0xBCFBCA) is known color: Granny Apple. HEX triplet: BC, FB and CA. RGB value is (188,251,202). Sum of RGB (Red+Green+Blue) = 188+251+202=641 (84% of max value = 765). Red value is 188 (73.83% from 255 or 29.33% from 641); Green value is 251 (98.44% from 255 or 39.16% from 641); Blue value is 202 (79.30% from 255 or 31.51% from 641); Max value from RGB is 251 - color contains mainly: green. Hex color #BCFBCA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BCFBCA is #430435. Grayscale: #E2E2E2. Windows color (decimal): -4391990 or 13302716. OLE color: 13302716.

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

Color convert

RGB 188 251 202 -
CMYK 0.25 0 0.20 0.02
HSL 133.33º 0.89% 0.86% -
HSV(B) 133.33º 0.25% 0.98% -
XYZ 65.9 83.95 68.61 -
YUV 226.58 114.13 100.48 -
System Red Green Blue C M Y K H S L
Decimal 188 251 202 0.25 0 0.20 0.02 133.33 0.89 0.86
Hex BC FB CA 19 0 14 2 85 59 56
Octal 274 373 312 31 0 24 2 205 131 126
Binary 10111100 11111011 11001010 11001 0 10100 10 10000101 1011001 1010110

Color Harmonies of #BCFBCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCFBCA

Black with #BCFBCA

Text Example


Text Example

White with #BCFBCA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCFBCA; }

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

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

background-color css

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

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

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

border-color css

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

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

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