Html Css Color HEX #BCE5DF Water Leaf

📋 copy color: '#BCE5DF'

red 188 ◦ green 229 ◦ blue 223

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

Shades of Water Leaf #BCE5DF

Tints of Water Leaf #BCE5DF

RGB

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

 GREEN value IS 229 (89.84% from 255) = 35.78%

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

R = 29.38%
G = 35.78%
B = 34.84%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.03

 K value IS 0.10

RGB Variations

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

Color information

#BCE5DF (or 0xBCE5DF) is known color: Water Leaf. HEX triplet: BC, E5 and DF. RGB value is (188,229,223). Sum of RGB (Red+Green+Blue) = 188+229+223=640 (84% of max value = 765). Red value is 188 (73.83% from 255 or 29.38% from 640); Green value is 229 (89.84% from 255 or 35.78% from 640); Blue value is 223 (87.5% from 255 or 34.84% from 640); Max value from RGB is 229 - color contains mainly: green. Hex color #BCE5DF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCE5DF is #431A20. Grayscale: #D8D8D8. Windows color (decimal): -4397601 or 14673340. OLE color: 14673340.

HSL color Cylindrical-coordinate representation of color #BCE5DF: hue angle of 171.22º degrees, saturation: 0.44, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #BCE5DF is Cyan = 0.18, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.10.

Color convert

RGB 188 229 223 -
CMYK 0.18 0 0.03 0.10
HSL 171.22º 0.44% 0.82% -
HSV(B) 171.22º 0.18% 0.9% -
XYZ 62.08 72.06 80.45 -
YUV 216.06 131.92 107.99 -
System Red Green Blue C M Y K H S L
Decimal 188 229 223 0.18 0 0.03 0.10 171.22 0.44 0.82
Hex BC E5 DF 12 0 3 A AB 2C 52
Octal 274 345 337 22 0 3 12 253 54 122
Binary 10111100 11100101 11011111 10010 0 11 1010 10101011 101100 1010010

Color Harmonies of #BCE5DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCE5DF

Black with #BCE5DF

Text Example


Text Example

White with #BCE5DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCE5DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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