Html Css Color HEX #BCEDDC Water Leaf

📋 copy color: '#BCEDDC'

red 188 ◦ green 237 ◦ blue 220

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

Shades of Water Leaf #BCEDDC

Tints of Water Leaf #BCEDDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 34.11%

R = 29.15%
G = 36.74%
B = 34.11%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.07

 K value IS 0.07

RGB Variations

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

Color information

#BCEDDC (or 0xBCEDDC) is known color: Water Leaf. HEX triplet: BC, ED and DC. RGB value is (188,237,220). Sum of RGB (Red+Green+Blue) = 188+237+220=645 (85% of max value = 765). Red value is 188 (73.83% from 255 or 29.15% from 645); Green value is 237 (92.97% from 255 or 36.74% from 645); Blue value is 220 (86.33% from 255 or 34.11% from 645); Max value from RGB is 237 - color contains mainly: green. Hex color #BCEDDC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BCEDDC is #431223. Grayscale: #DCDCDC. Windows color (decimal): -4395556 or 14478780. OLE color: 14478780.

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

Color convert

RGB 188 237 220 -
CMYK 0.21 0 0.07 0.07
HSL 159.18º 0.58% 0.83% -
HSV(B) 159.18º 0.21% 0.93% -
XYZ 63.94 76.43 79.09 -
YUV 220.41 127.77 104.88 -
System Red Green Blue C M Y K H S L
Decimal 188 237 220 0.21 0 0.07 0.07 159.18 0.58 0.83
Hex BC ED DC 15 0 7 7 9F 3A 53
Octal 274 355 334 25 0 7 7 237 72 123
Binary 10111100 11101101 11011100 10101 0 111 111 10011111 111010 1010011

Color Harmonies of #BCEDDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCEDDC

Black with #BCEDDC

Text Example


Text Example

White with #BCEDDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCEDDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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