Html Css Color HEX #BCEBDB Water Leaf

📋 copy color: '#BCEBDB'

red 188 ◦ green 235 ◦ blue 219

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

Shades of Water Leaf #BCEBDB

Tints of Water Leaf #BCEBDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 34.11%

R = 29.28%
G = 36.6%
B = 34.11%

CMYK

 C value IS 0.2

 M value IS 0

 Y value IS 0.07

 K value IS 0.08

RGB Variations

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

Color information

#BCEBDB (or 0xBCEBDB) is known color: Water Leaf. HEX triplet: BC, EB and DB. RGB value is (188,235,219). Sum of RGB (Red+Green+Blue) = 188+235+219=642 (85% of max value = 765). Red value is 188 (73.83% from 255 or 29.28% from 642); Green value is 235 (92.19% from 255 or 36.60% from 642); Blue value is 219 (85.94% from 255 or 34.11% from 642); Max value from RGB is 235 - color contains mainly: green. Hex color #BCEBDB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BCEBDB is #431424. Grayscale: #DBDBDB. Windows color (decimal): -4396069 or 14412732. OLE color: 14412732.

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

Color convert

RGB 188 235 219 -
CMYK 0.2 0 0.07 0.08
HSL 159.57º 0.54% 0.83% -
HSV(B) 159.57º 0.2% 0.92% -
XYZ 63.23 75.22 78.2 -
YUV 219.12 127.93 105.8 -
System Red Green Blue C M Y K H S L
Decimal 188 235 219 0.2 0 0.07 0.08 159.57 0.54 0.83
Hex BC EB DB 14 0 7 8 A0 36 53
Octal 274 353 333 24 0 7 10 240 66 123
Binary 10111100 11101011 11011011 10100 0 111 1000 10100000 110110 1010011

Color Harmonies of #BCEBDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCEBDB

Black with #BCEBDB

Text Example


Text Example

White with #BCEBDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCEBDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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