Html Css Color HEX #BCEDE4 Water Leaf

📋 copy color: '#BCEDE4'

red 188 ◦ green 237 ◦ blue 228

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

Shades of Water Leaf #BCEDE4

Tints of Water Leaf #BCEDE4

RGB

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

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

 BLUE value IS 228 (89.45% from 255) = 34.92%

R = 28.79%
G = 36.29%
B = 34.92%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.04

 K value IS 0.07

RGB Variations

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

Color information

#BCEDE4 (or 0xBCEDE4) is known color: Water Leaf. HEX triplet: BC, ED and E4. RGB value is (188,237,228). Sum of RGB (Red+Green+Blue) = 188+237+228=653 (86% of max value = 765). Red value is 188 (73.83% from 255 or 28.79% from 653); Green value is 237 (92.97% from 255 or 36.29% from 653); Blue value is 228 (89.45% from 255 or 34.92% from 653); Max value from RGB is 237 - color contains mainly: green. Hex color #BCEDE4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BCEDE4 is #43121B. Grayscale: #DDDDDD. Windows color (decimal): -4395548 or 15003068. OLE color: 15003068.

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

Color convert

RGB 188 237 228 -
CMYK 0.21 0 0.04 0.07
HSL 168.98º 0.58% 0.83% -
HSV(B) 168.98º 0.21% 0.93% -
XYZ 65.03 76.86 84.81 -
YUV 221.32 131.77 104.23 -
System Red Green Blue C M Y K H S L
Decimal 188 237 228 0.21 0 0.04 0.07 168.98 0.58 0.83
Hex BC ED E4 15 0 4 7 A9 3A 53
Octal 274 355 344 25 0 4 7 251 72 123
Binary 10111100 11101101 11100100 10101 0 100 111 10101001 111010 1010011

Color Harmonies of #BCEDE4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCEDE4

Black with #BCEDE4

Text Example


Text Example

White with #BCEDE4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCEDE4; }

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

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

background-color css

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

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

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

border-color css

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

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

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