Html Css Color HEX #BCEDCD Granny Apple

📋 copy color: '#BCEDCD'

red 188 ◦ green 237 ◦ blue 205

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

Shades of Granny Apple #BCEDCD

Tints of Granny Apple #BCEDCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 32.54%

R = 29.84%
G = 37.62%
B = 32.54%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.14

 K value IS 0.07

RGB Variations

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

Color information

#BCEDCD (or 0xBCEDCD) is known color: Granny Apple. HEX triplet: BC, ED and CD. RGB value is (188,237,205). Sum of RGB (Red+Green+Blue) = 188+237+205=630 (83% of max value = 765). Red value is 188 (73.83% from 255 or 29.84% from 630); Green value is 237 (92.97% from 255 or 37.62% from 630); Blue value is 205 (80.47% from 255 or 32.54% from 630); Max value from RGB is 237 - color contains mainly: green. Hex color #BCEDCD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BCEDCD is #431232. Grayscale: #DADADA. Windows color (decimal): -4395571 or 13495740. OLE color: 13495740.

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

Color convert

RGB 188 237 205 -
CMYK 0.21 0 0.14 0.07
HSL 140.82º 0.58% 0.83% -
HSV(B) 140.82º 0.21% 0.93% -
XYZ 62.04 75.67 69.09 -
YUV 218.7 120.27 106.1 -
System Red Green Blue C M Y K H S L
Decimal 188 237 205 0.21 0 0.14 0.07 140.82 0.58 0.83
Hex BC ED CD 15 0 E 7 8D 3A 53
Octal 274 355 315 25 0 16 7 215 72 123
Binary 10111100 11101101 11001101 10101 0 1110 111 10001101 111010 1010011

Color Harmonies of #BCEDCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCEDCD

Black with #BCEDCD

Text Example


Text Example

White with #BCEDCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCEDCD; }

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

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

background-color css

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

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

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

border-color css

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

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

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