Html Css Color HEX #BCE0C8 Granny Apple

📋 copy color: '#BCE0C8'

red 188 ◦ green 224 ◦ blue 200

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

Shades of Granny Apple #BCE0C8

Tints of Granny Apple #BCE0C8

RGB

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

 GREEN value IS 224 (87.89% from 255) = 36.6%

 BLUE value IS 200 (78.52% from 255) = 32.68%

R = 30.72%
G = 36.6%
B = 32.68%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.11

 K value IS 0.12

RGB Variations

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

Color information

#BCE0C8 (or 0xBCE0C8) is known color: Granny Apple. HEX triplet: BC, E0 and C8. RGB value is (188,224,200). Sum of RGB (Red+Green+Blue) = 188+224+200=612 (81% of max value = 765). Red value is 188 (73.83% from 255 or 30.72% from 612); Green value is 224 (87.89% from 255 or 36.60% from 612); Blue value is 200 (78.52% from 255 or 32.68% from 612); Max value from RGB is 224 - color contains mainly: green. Hex color #BCE0C8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCE0C8 is #431F37. Grayscale: #D2D2D2. Windows color (decimal): -4398904 or 13164732. OLE color: 13164732.

HSL color Cylindrical-coordinate representation of color #BCE0C8: hue angle of 140º degrees, saturation: 0.37, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #BCE0C8 is Cyan = 0.16, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.12.

Color convert

RGB 188 224 200 -
CMYK 0.16 0 0.11 0.12
HSL 140º 0.37% 0.81% -
HSV(B) 140º 0.16% 0.88% -
XYZ 57.82 68.17 64.75 -
YUV 210.5 122.07 111.95 -
System Red Green Blue C M Y K H S L
Decimal 188 224 200 0.16 0 0.11 0.12 140 0.37 0.81
Hex BC E0 C8 10 0 B C 8C 25 51
Octal 274 340 310 20 0 13 14 214 45 121
Binary 10111100 11100000 11001000 10000 0 1011 1100 10001100 100101 1010001

Color Harmonies of #BCE0C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCE0C8

Black with #BCE0C8

Text Example


Text Example

White with #BCE0C8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCE0C8; }

 p { color: rgb(188,224,200); }

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

background-color css

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

 a { background-color: rgb(188,224,200); }

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

border-color css

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

 span { border-color: rgb(188,224,200); }

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