Html Css Color HEX #BCE6DF Water Leaf

📋 copy color: '#BCE6DF'

red 188 ◦ green 230 ◦ blue 223

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

Shades of Water Leaf #BCE6DF

Tints of Water Leaf #BCE6DF

RGB

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

 GREEN value IS 230 (90.23% from 255) = 35.88%

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

R = 29.33%
G = 35.88%
B = 34.79%

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

#BCE6DF (or 0xBCE6DF) is known color: Water Leaf. HEX triplet: BC, E6 and DF. RGB value is (188,230,223). Sum of RGB (Red+Green+Blue) = 188+230+223=641 (84% of max value = 765). Red value is 188 (73.83% from 255 or 29.33% from 641); Green value is 230 (90.23% from 255 or 35.88% from 641); Blue value is 223 (87.5% from 255 or 34.79% from 641); Max value from RGB is 230 - color contains mainly: green. Hex color #BCE6DF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BCE6DF is #431920. Grayscale: #D8D8D8. Windows color (decimal): -4397345 or 14673596. OLE color: 14673596.

HSL color Cylindrical-coordinate representation of color #BCE6DF: hue angle of 170º degrees, saturation: 0.46, 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 #BCE6DF is Cyan = 0.18, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.10.

Color convert

RGB 188 230 223 -
CMYK 0.18 0 0.03 0.10
HSL 170º 0.46% 0.82% -
HSV(B) 170º 0.18% 0.9% -
XYZ 62.36 72.61 80.54 -
YUV 216.64 131.59 107.57 -
System Red Green Blue C M Y K H S L
Decimal 188 230 223 0.18 0 0.03 0.10 170 0.46 0.82
Hex BC E6 DF 12 0 3 A AA 2E 52
Octal 274 346 337 22 0 3 12 252 56 122
Binary 10111100 11100110 11011111 10010 0 11 1010 10101010 101110 1010010

Color Harmonies of #BCE6DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCE6DF

Black with #BCE6DF

Text Example


Text Example

White with #BCE6DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCE6DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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