Html Css Color HEX #BCEDDF Water Leaf

📋 copy color: '#BCEDDF'

red 188 ◦ green 237 ◦ blue 223

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

Shades of Water Leaf #BCEDDF

Tints of Water Leaf #BCEDDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 34.41%

R = 29.01%
G = 36.57%
B = 34.41%

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

#BCEDDF (or 0xBCEDDF) is known color: Water Leaf. HEX triplet: BC, ED and DF. RGB value is (188,237,223). Sum of RGB (Red+Green+Blue) = 188+237+223=648 (85% of max value = 765). Red value is 188 (73.83% from 255 or 29.01% from 648); Green value is 237 (92.97% from 255 or 36.57% from 648); Blue value is 223 (87.5% from 255 or 34.41% from 648); Max value from RGB is 237 - color contains mainly: green. Hex color #BCEDDF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BCEDDF is #431220. Grayscale: #DCDCDC. Windows color (decimal): -4395553 or 14675388. OLE color: 14675388.

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

Color convert

RGB 188 237 223 -
CMYK 0.21 0 0.06 0.07
HSL 162.86º 0.58% 0.83% -
HSV(B) 162.86º 0.21% 0.93% -
XYZ 64.34 76.59 81.2 -
YUV 220.75 129.27 104.64 -
System Red Green Blue C M Y K H S L
Decimal 188 237 223 0.21 0 0.06 0.07 162.86 0.58 0.83
Hex BC ED DF 15 0 6 7 A3 3A 53
Octal 274 355 337 25 0 6 7 243 72 123
Binary 10111100 11101101 11011111 10101 0 110 111 10100011 111010 1010011

Color Harmonies of #BCEDDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCEDDF

Black with #BCEDDF

Text Example


Text Example

White with #BCEDDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCEDDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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