Html Css Color HEX #BCEDCC Granny Apple

📋 copy color: '#BCEDCC'

red 188 ◦ green 237 ◦ blue 204

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

Shades of Granny Apple #BCEDCC

Tints of Granny Apple #BCEDCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 32.43%

R = 29.89%
G = 37.68%
B = 32.43%

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

#BCEDCC (or 0xBCEDCC) is known color: Granny Apple. HEX triplet: BC, ED and CC. RGB value is (188,237,204). Sum of RGB (Red+Green+Blue) = 188+237+204=629 (83% of max value = 765). Red value is 188 (73.83% from 255 or 29.89% from 629); Green value is 237 (92.97% from 255 or 37.68% from 629); Blue value is 204 (80.08% from 255 or 32.43% from 629); Max value from RGB is 237 - color contains mainly: green. Hex color #BCEDCC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BCEDCC is #431233. Grayscale: #DADADA. Windows color (decimal): -4395572 or 13430204. OLE color: 13430204.

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

Color convert

RGB 188 237 204 -
CMYK 0.21 0 0.14 0.07
HSL 139.59º 0.58% 0.83% -
HSV(B) 139.59º 0.21% 0.93% -
XYZ 61.92 75.62 68.46 -
YUV 218.59 119.77 106.18 -
System Red Green Blue C M Y K H S L
Decimal 188 237 204 0.21 0 0.14 0.07 139.59 0.58 0.83
Hex BC ED CC 15 0 E 7 8C 3A 53
Octal 274 355 314 25 0 16 7 214 72 123
Binary 10111100 11101101 11001100 10101 0 1110 111 10001100 111010 1010011

Color Harmonies of #BCEDCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCEDCC

Black with #BCEDCC

Text Example


Text Example

White with #BCEDCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCEDCC; }

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

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

background-color css

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

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

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

border-color css

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

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

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