Html Css Color HEX #BCEBDC Water Leaf

📋 copy color: '#BCEBDC'

red 188 ◦ green 235 ◦ blue 220

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

Shades of Water Leaf #BCEBDC

Tints of Water Leaf #BCEBDC

RGB

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

 GREEN value IS 235 (92.19% from 255) = 36.55%

 BLUE value IS 220 (86.33% from 255) = 34.21%

R = 29.24%
G = 36.55%
B = 34.21%

CMYK

 C value IS 0.2

 M value IS 0

 Y value IS 0.06

 K value IS 0.08

RGB Variations

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

Color information

#BCEBDC (or 0xBCEBDC) is known color: Water Leaf. HEX triplet: BC, EB and DC. RGB value is (188,235,220). Sum of RGB (Red+Green+Blue) = 188+235+220=643 (85% of max value = 765). Red value is 188 (73.83% from 255 or 29.24% from 643); Green value is 235 (92.19% from 255 or 36.55% from 643); Blue value is 220 (86.33% from 255 or 34.21% from 643); Max value from RGB is 235 - color contains mainly: green. Hex color #BCEBDC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BCEBDC is #431423. Grayscale: #DBDBDB. Windows color (decimal): -4396068 or 14478268. OLE color: 14478268.

HSL color Cylindrical-coordinate representation of color #BCEBDC: hue angle of 160.85º degrees, saturation: 0.54, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BCEBDC is Cyan = 0.2, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.08.

Color convert

RGB 188 235 220 -
CMYK 0.2 0 0.06 0.08
HSL 160.85º 0.54% 0.83% -
HSV(B) 160.85º 0.2% 0.92% -
XYZ 63.37 75.28 78.9 -
YUV 219.24 128.43 105.72 -
System Red Green Blue C M Y K H S L
Decimal 188 235 220 0.2 0 0.06 0.08 160.85 0.54 0.83
Hex BC EB DC 14 0 6 8 A1 36 53
Octal 274 353 334 24 0 6 10 241 66 123
Binary 10111100 11101011 11011100 10100 0 110 1000 10100001 110110 1010011

Color Harmonies of #BCEBDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCEBDC

Black with #BCEBDC

Text Example


Text Example

White with #BCEBDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCEBDC; }

 p { color: rgb(188,235,220); }

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

background-color css

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

 a { background-color: rgb(188,235,220); }

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

border-color css

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

 span { border-color: rgb(188,235,220); }

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