Html Css Color HEX #BCEDC5 Granny Apple

📋 copy color: '#BCEDC5'

red 188 ◦ green 237 ◦ blue 197

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

Shades of Granny Apple #BCEDC5

Tints of Granny Apple #BCEDC5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 31.67%

R = 30.23%
G = 38.1%
B = 31.67%

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

#BCEDC5 (or 0xBCEDC5) is known color: Granny Apple. HEX triplet: BC, ED and C5. RGB value is (188,237,197). Sum of RGB (Red+Green+Blue) = 188+237+197=622 (82% of max value = 765). Red value is 188 (73.83% from 255 or 30.23% from 622); Green value is 237 (92.97% from 255 or 38.10% from 622); Blue value is 197 (77.34% from 255 or 31.67% from 622); Max value from RGB is 237 - color contains mainly: green. Hex color #BCEDC5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BCEDC5 is #43123A. Grayscale: #D9D9D9. Windows color (decimal): -4395579 or 12971452. OLE color: 12971452.

HSL color Cylindrical-coordinate representation of color #BCEDC5: hue angle of 131.02º 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 #BCEDC5 is Cyan = 0.21, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.07.

Color convert

RGB 188 237 197 -
CMYK 0.21 0 0.17 0.07
HSL 131.02º 0.58% 0.83% -
HSV(B) 131.02º 0.21% 0.93% -
XYZ 61.1 75.29 64.14 -
YUV 217.79 116.27 106.75 -
System Red Green Blue C M Y K H S L
Decimal 188 237 197 0.21 0 0.17 0.07 131.02 0.58 0.83
Hex BC ED C5 15 0 11 7 83 3A 53
Octal 274 355 305 25 0 21 7 203 72 123
Binary 10111100 11101101 11000101 10101 0 10001 111 10000011 111010 1010011

Color Harmonies of #BCEDC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCEDC5

Black with #BCEDC5

Text Example


Text Example

White with #BCEDC5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCEDC5; }

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

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

background-color css

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

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

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

border-color css

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

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

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