Html Css Color HEX #BCECDF Water Leaf

📋 copy color: '#BCECDF'

red 188 ◦ green 236 ◦ blue 223

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

Shades of Water Leaf #BCECDF

Tints of Water Leaf #BCECDF

RGB

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

 GREEN value IS 236 (92.58% from 255) = 36.48%

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

R = 29.06%
G = 36.48%
B = 34.47%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.06

 K value IS 0.07

RGB Variations

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

Color information

#BCECDF (or 0xBCECDF) is known color: Water Leaf. HEX triplet: BC, EC and DF. RGB value is (188,236,223). Sum of RGB (Red+Green+Blue) = 188+236+223=647 (85% of max value = 765). Red value is 188 (73.83% from 255 or 29.06% from 647); Green value is 236 (92.58% from 255 or 36.48% from 647); Blue value is 223 (87.5% from 255 or 34.47% from 647); Max value from RGB is 236 - color contains mainly: green. Hex color #BCECDF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BCECDF is #431320. Grayscale: #DCDCDC. Windows color (decimal): -4395809 or 14675132. OLE color: 14675132.

HSL color Cylindrical-coordinate representation of color #BCECDF: hue angle of 163.75º degrees, saturation: 0.56, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BCECDF is Cyan = 0.20, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.07.

Color convert

RGB 188 236 223 -
CMYK 0.20 0 0.06 0.07
HSL 163.75º 0.56% 0.83% -
HSV(B) 163.75º 0.2% 0.93% -
XYZ 64.05 76.01 81.11 -
YUV 220.17 129.6 105.06 -
System Red Green Blue C M Y K H S L
Decimal 188 236 223 0.20 0 0.06 0.07 163.75 0.56 0.83
Hex BC EC DF 14 0 6 7 A4 38 53
Octal 274 354 337 24 0 6 7 244 70 123
Binary 10111100 11101100 11011111 10100 0 110 111 10100100 111000 1010011

Color Harmonies of #BCECDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCECDF

Black with #BCECDF

Text Example


Text Example

White with #BCECDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCECDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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