Html Css Color HEX #BCEDDE Water Leaf

📋 copy color: '#BCEDDE'

red 188 ◦ green 237 ◦ blue 222

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

Shades of Water Leaf #BCEDDE

Tints of Water Leaf #BCEDDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 34.31%

R = 29.06%
G = 36.63%
B = 34.31%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.06

 K value IS 0.07

RGB Variations

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

Color information

#BCEDDE (or 0xBCEDDE) is known color: Water Leaf. HEX triplet: BC, ED and DE. RGB value is (188,237,222). Sum of RGB (Red+Green+Blue) = 188+237+222=647 (85% of max value = 765). Red value is 188 (73.83% from 255 or 29.06% from 647); Green value is 237 (92.97% from 255 or 36.63% from 647); Blue value is 222 (87.11% from 255 or 34.31% from 647); Max value from RGB is 237 - color contains mainly: green. Hex color #BCEDDE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BCEDDE is #431221. Grayscale: #DCDCDC. Windows color (decimal): -4395554 or 14609852. OLE color: 14609852.

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

Color convert

RGB 188 237 222 -
CMYK 0.21 0 0.06 0.07
HSL 161.63º 0.58% 0.83% -
HSV(B) 161.63º 0.21% 0.93% -
XYZ 64.21 76.53 80.5 -
YUV 220.64 128.77 104.72 -
System Red Green Blue C M Y K H S L
Decimal 188 237 222 0.21 0 0.06 0.07 161.63 0.58 0.83
Hex BC ED DE 15 0 6 7 A2 3A 53
Octal 274 355 336 25 0 6 7 242 72 123
Binary 10111100 11101101 11011110 10101 0 110 111 10100010 111010 1010011

Color Harmonies of #BCEDDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCEDDE

Black with #BCEDDE

Text Example


Text Example

White with #BCEDDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCEDDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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