Html Css Color HEX #BCEDE0 Water Leaf

📋 copy color: '#BCEDE0'

red 188 ◦ green 237 ◦ blue 224

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

Shades of Water Leaf #BCEDE0

Tints of Water Leaf #BCEDE0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 34.51%

R = 28.97%
G = 36.52%
B = 34.51%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.05

 K value IS 0.07

RGB Variations

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

Color information

#BCEDE0 (or 0xBCEDE0) is known color: Water Leaf. HEX triplet: BC, ED and E0. RGB value is (188,237,224). Sum of RGB (Red+Green+Blue) = 188+237+224=649 (85% of max value = 765). Red value is 188 (73.83% from 255 or 28.97% from 649); Green value is 237 (92.97% from 255 or 36.52% from 649); Blue value is 224 (87.89% from 255 or 34.51% from 649); Max value from RGB is 237 - color contains mainly: green. Hex color #BCEDE0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BCEDE0 is #43121F. Grayscale: #DCDCDC. Windows color (decimal): -4395552 or 14740924. OLE color: 14740924.

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

Color convert

RGB 188 237 224 -
CMYK 0.21 0 0.05 0.07
HSL 164.08º 0.58% 0.83% -
HSV(B) 164.08º 0.21% 0.93% -
XYZ 64.48 76.64 81.92 -
YUV 220.87 129.77 104.56 -
System Red Green Blue C M Y K H S L
Decimal 188 237 224 0.21 0 0.05 0.07 164.08 0.58 0.83
Hex BC ED E0 15 0 5 7 A4 3A 53
Octal 274 355 340 25 0 5 7 244 72 123
Binary 10111100 11101101 11100000 10101 0 101 111 10100100 111010 1010011

Color Harmonies of #BCEDE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCEDE0

Black with #BCEDE0

Text Example


Text Example

White with #BCEDE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCEDE0; }

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

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

background-color css

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

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

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

border-color css

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

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

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