Html Css Color HEX #BCEDCE Granny Apple

📋 copy color: '#BCEDCE'

red 188 ◦ green 237 ◦ blue 206

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

Shades of Granny Apple #BCEDCE

Tints of Granny Apple #BCEDCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 32.65%

R = 29.79%
G = 37.56%
B = 32.65%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.13

 K value IS 0.07

RGB Variations

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

Color information

#BCEDCE (or 0xBCEDCE) is known color: Granny Apple. HEX triplet: BC, ED and CE. RGB value is (188,237,206). Sum of RGB (Red+Green+Blue) = 188+237+206=631 (83% of max value = 765). Red value is 188 (73.83% from 255 or 29.79% from 631); Green value is 237 (92.97% from 255 or 37.56% from 631); Blue value is 206 (80.86% from 255 or 32.65% from 631); Max value from RGB is 237 - color contains mainly: green. Hex color #BCEDCE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BCEDCE is #431231. Grayscale: #DADADA. Windows color (decimal): -4395570 or 13561276. OLE color: 13561276.

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

Color convert

RGB 188 237 206 -
CMYK 0.21 0 0.13 0.07
HSL 142.04º 0.58% 0.83% -
HSV(B) 142.04º 0.21% 0.93% -
XYZ 62.16 75.72 69.73 -
YUV 218.82 120.77 106.02 -
System Red Green Blue C M Y K H S L
Decimal 188 237 206 0.21 0 0.13 0.07 142.04 0.58 0.83
Hex BC ED CE 15 0 D 7 8E 3A 53
Octal 274 355 316 25 0 15 7 216 72 123
Binary 10111100 11101101 11001110 10101 0 1101 111 10001110 111010 1010011

Color Harmonies of #BCEDCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCEDCE

Black with #BCEDCE

Text Example


Text Example

White with #BCEDCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCEDCE; }

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

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

background-color css

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

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

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

border-color css

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

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

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