Html Css Color HEX #BCEDC4 Granny Apple

📋 copy color: '#BCEDC4'

red 188 ◦ green 237 ◦ blue 196

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

Shades of Granny Apple #BCEDC4

Tints of Granny Apple #BCEDC4

RGB

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

 GREEN value IS 237 (92.97% from 255) = 38.16%

 BLUE value IS 196 (76.95% from 255) = 31.56%

R = 30.27%
G = 38.16%
B = 31.56%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.17

 K value IS 0.07

RGB Variations

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

Color information

#BCEDC4 (or 0xBCEDC4) is known color: Granny Apple. HEX triplet: BC, ED and C4. RGB value is (188,237,196). Sum of RGB (Red+Green+Blue) = 188+237+196=621 (82% of max value = 765). Red value is 188 (73.83% from 255 or 30.27% from 621); Green value is 237 (92.97% from 255 or 38.16% from 621); Blue value is 196 (76.95% from 255 or 31.56% from 621); Max value from RGB is 237 - color contains mainly: green. Hex color #BCEDC4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BCEDC4 is #43123B. Grayscale: #D9D9D9. Windows color (decimal): -4395580 or 12905916. OLE color: 12905916.

HSL color Cylindrical-coordinate representation of color #BCEDC4: hue angle of 129.8º degrees, saturation: 0.58, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BCEDC4 is Cyan = 0.21, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.07.

Color convert

RGB 188 237 196 -
CMYK 0.21 0 0.17 0.07
HSL 129.8º 0.58% 0.83% -
HSV(B) 129.8º 0.21% 0.93% -
XYZ 60.99 75.25 63.53 -
YUV 217.68 115.77 106.83 -
System Red Green Blue C M Y K H S L
Decimal 188 237 196 0.21 0 0.17 0.07 129.8 0.58 0.83
Hex BC ED C4 15 0 11 7 82 3A 53
Octal 274 355 304 25 0 21 7 202 72 123
Binary 10111100 11101101 11000100 10101 0 10001 111 10000010 111010 1010011

Color Harmonies of #BCEDC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCEDC4

Black with #BCEDC4

Text Example


Text Example

White with #BCEDC4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCEDC4; }

 p { color: rgb(188,237,196); }

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

background-color css

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

 a { background-color: rgb(188,237,196); }

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

border-color css

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

 span { border-color: rgb(188,237,196); }

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