Html Css Color HEX #BCFFD2 Granny Apple

📋 copy color: '#BCFFD2'

red 188 ◦ green 255 ◦ blue 210

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

Shades of Granny Apple #BCFFD2

Tints of Granny Apple #BCFFD2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 32.16%

R = 28.79%
G = 39.05%
B = 32.16%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.18

 K value IS 0

RGB Variations

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

Color information

#BCFFD2 (or 0xBCFFD2) is known color: Granny Apple. HEX triplet: BC, FF and D2. RGB value is (188,255,210). Sum of RGB (Red+Green+Blue) = 188+255+210=653 (86% of max value = 765). Red value is 188 (73.83% from 255 or 28.79% from 653); Green value is 255 (100% from 255 or 39.05% from 653); Blue value is 210 (82.42% from 255 or 32.16% from 653); Max value from RGB is 255 - color contains mainly: green. Hex color #BCFFD2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BCFFD2 is #43002D. Grayscale: #E5E5E5. Windows color (decimal): -4390958 or 13828028. OLE color: 13828028.

HSL color Cylindrical-coordinate representation of color #BCFFD2: hue angle of 139.7º 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 #BCFFD2 is Cyan = 0.26, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.

Color convert

RGB 188 255 210 -
CMYK 0.26 0 0.18 0
HSL 139.7º 1% 0.87% -
HSV(B) 139.7º 0.26% 1% -
XYZ 68.13 86.86 74.15 -
YUV 229.84 116.8 98.16 -
System Red Green Blue C M Y K H S L
Decimal 188 255 210 0.26 0 0.18 0 139.7 1 0.87
Hex BC FF D2 1A 0 12 0 8C 64 57
Octal 274 377 322 32 0 22 0 214 144 127
Binary 10111100 11111111 11010010 11010 0 10010 0 10001100 1100100 1010111

Color Harmonies of #BCFFD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCFFD2

Black with #BCFFD2

Text Example


Text Example

White with #BCFFD2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCFFD2; }

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

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

background-color css

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

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

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

border-color css

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

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

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