Html Css Color HEX #BCE9DB Water Leaf

📋 copy color: '#BCE9DB'

red 188 ◦ green 233 ◦ blue 219

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

Shades of Water Leaf #BCE9DB

Tints of Water Leaf #BCE9DB

RGB

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

 GREEN value IS 233 (91.41% from 255) = 36.41%

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

R = 29.38%
G = 36.41%
B = 34.22%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.06

 K value IS 0.09

RGB Variations

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

Color information

#BCE9DB (or 0xBCE9DB) is known color: Water Leaf. HEX triplet: BC, E9 and DB. RGB value is (188,233,219). Sum of RGB (Red+Green+Blue) = 188+233+219=640 (84% of max value = 765). Red value is 188 (73.83% from 255 or 29.38% from 640); Green value is 233 (91.41% from 255 or 36.41% from 640); Blue value is 219 (85.94% from 255 or 34.22% from 640); Max value from RGB is 233 - color contains mainly: green. Hex color #BCE9DB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BCE9DB is #431624. Grayscale: #D9D9D9. Windows color (decimal): -4396581 or 14412220. OLE color: 14412220.

HSL color Cylindrical-coordinate representation of color #BCE9DB: hue angle of 161.33º degrees, saturation: 0.51, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BCE9DB is Cyan = 0.19, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.09.

Color convert

RGB 188 233 219 -
CMYK 0.19 0 0.06 0.09
HSL 161.33º 0.51% 0.83% -
HSV(B) 161.33º 0.19% 0.91% -
XYZ 62.66 74.08 78.01 -
YUV 217.95 128.59 106.64 -
System Red Green Blue C M Y K H S L
Decimal 188 233 219 0.19 0 0.06 0.09 161.33 0.51 0.83
Hex BC E9 DB 13 0 6 9 A1 33 53
Octal 274 351 333 23 0 6 11 241 63 123
Binary 10111100 11101001 11011011 10011 0 110 1001 10100001 110011 1010011

Color Harmonies of #BCE9DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCE9DB

Black with #BCE9DB

Text Example


Text Example

White with #BCE9DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCE9DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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