Html Css Color HEX #BCEDE5 Water Leaf

📋 copy color: '#BCEDE5'

red 188 ◦ green 237 ◦ blue 229

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

Shades of Water Leaf #BCEDE5

Tints of Water Leaf #BCEDE5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 35.02%

R = 28.75%
G = 36.24%
B = 35.02%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.03

 K value IS 0.07

RGB Variations

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

Color information

#BCEDE5 (or 0xBCEDE5) is known color: Water Leaf. HEX triplet: BC, ED and E5. RGB value is (188,237,229). Sum of RGB (Red+Green+Blue) = 188+237+229=654 (86% of max value = 765). Red value is 188 (73.83% from 255 or 28.75% from 654); Green value is 237 (92.97% from 255 or 36.24% from 654); Blue value is 229 (89.84% from 255 or 35.02% from 654); Max value from RGB is 237 - color contains mainly: green. Hex color #BCEDE5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BCEDE5 is #43121A. Grayscale: #DDDDDD. Windows color (decimal): -4395547 or 15068604. OLE color: 15068604.

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

Color convert

RGB 188 237 229 -
CMYK 0.21 0 0.03 0.07
HSL 170.2º 0.58% 0.83% -
HSV(B) 170.2º 0.21% 0.93% -
XYZ 65.17 76.92 85.54 -
YUV 221.44 132.27 104.15 -
System Red Green Blue C M Y K H S L
Decimal 188 237 229 0.21 0 0.03 0.07 170.2 0.58 0.83
Hex BC ED E5 15 0 3 7 AA 3A 53
Octal 274 355 345 25 0 3 7 252 72 123
Binary 10111100 11101101 11100101 10101 0 11 111 10101010 111010 1010011

Color Harmonies of #BCEDE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCEDE5

Black with #BCEDE5

Text Example


Text Example

White with #BCEDE5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCEDE5; }

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

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

background-color css

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

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

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

border-color css

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

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

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