Html Css Color HEX #BCE4C6 Granny Apple

📋 copy color: '#BCE4C6'

red 188 ◦ green 228 ◦ blue 198

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

Shades of Granny Apple #BCE4C6

Tints of Granny Apple #BCE4C6

RGB

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

 GREEN value IS 228 (89.45% from 255) = 37.13%

 BLUE value IS 198 (77.73% from 255) = 32.25%

R = 30.62%
G = 37.13%
B = 32.25%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.13

 K value IS 0.11

RGB Variations

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

Color information

#BCE4C6 (or 0xBCE4C6) is known color: Granny Apple. HEX triplet: BC, E4 and C6. RGB value is (188,228,198). Sum of RGB (Red+Green+Blue) = 188+228+198=614 (81% of max value = 765). Red value is 188 (73.83% from 255 or 30.62% from 614); Green value is 228 (89.45% from 255 or 37.13% from 614); Blue value is 198 (77.73% from 255 or 32.25% from 614); Max value from RGB is 228 - color contains mainly: green. Hex color #BCE4C6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCE4C6 is #431B39. Grayscale: #D4D4D4. Windows color (decimal): -4397882 or 13034684. OLE color: 13034684.

HSL color Cylindrical-coordinate representation of color #BCE4C6: hue angle of 135º degrees, saturation: 0.43, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #BCE4C6 is Cyan = 0.18, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.11.

Color convert

RGB 188 228 198 -
CMYK 0.18 0 0.13 0.11
HSL 135º 0.43% 0.82% -
HSV(B) 135º 0.18% 0.89% -
XYZ 58.68 70.26 63.89 -
YUV 212.62 119.75 110.44 -
System Red Green Blue C M Y K H S L
Decimal 188 228 198 0.18 0 0.13 0.11 135 0.43 0.82
Hex BC E4 C6 12 0 D B 87 2B 52
Octal 274 344 306 22 0 15 13 207 53 122
Binary 10111100 11100100 11000110 10010 0 1101 1011 10000111 101011 1010010

Color Harmonies of #BCE4C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCE4C6

Black with #BCE4C6

Text Example


Text Example

White with #BCE4C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCE4C6; }

 p { color: rgb(188,228,198); }

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

background-color css

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

 a { background-color: rgb(188,228,198); }

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

border-color css

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

 span { border-color: rgb(188,228,198); }

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