Html Css Color HEX #BCE9DF Water Leaf

📋 copy color: '#BCE9DF'

red 188 ◦ green 233 ◦ blue 223

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

Shades of Water Leaf #BCE9DF

Tints of Water Leaf #BCE9DF

RGB

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

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

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

R = 29.19%
G = 36.18%
B = 34.63%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.04

 K value IS 0.09

RGB Variations

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

Color information

#BCE9DF (or 0xBCE9DF) is known color: Water Leaf. HEX triplet: BC, E9 and DF. RGB value is (188,233,223). Sum of RGB (Red+Green+Blue) = 188+233+223=644 (85% of max value = 765). Red value is 188 (73.83% from 255 or 29.19% from 644); Green value is 233 (91.41% from 255 or 36.18% from 644); Blue value is 223 (87.5% from 255 or 34.63% from 644); Max value from RGB is 233 - color contains mainly: green. Hex color #BCE9DF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BCE9DF is #431620. Grayscale: #DADADA. Windows color (decimal): -4396577 or 14674364. OLE color: 14674364.

HSL color Cylindrical-coordinate representation of color #BCE9DF: hue angle of 166.67º 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 #BCE9DF is Cyan = 0.19, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.09.

Color convert

RGB 188 233 223 -
CMYK 0.19 0 0.04 0.09
HSL 166.67º 0.51% 0.83% -
HSV(B) 166.67º 0.19% 0.91% -
XYZ 63.2 74.3 80.82 -
YUV 218.41 130.59 106.31 -
System Red Green Blue C M Y K H S L
Decimal 188 233 223 0.19 0 0.04 0.09 166.67 0.51 0.83
Hex BC E9 DF 13 0 4 9 A7 33 53
Octal 274 351 337 23 0 4 11 247 63 123
Binary 10111100 11101001 11011111 10011 0 100 1001 10100111 110011 1010011

Color Harmonies of #BCE9DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCE9DF

Black with #BCE9DF

Text Example


Text Example

White with #BCE9DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCE9DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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