Html Css Color HEX #BCF6E1 Water Leaf

📋 copy color: '#BCF6E1'

red 188 ◦ green 246 ◦ blue 225

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

Shades of Water Leaf #BCF6E1

Tints of Water Leaf #BCF6E1

RGB

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

 GREEN value IS 246 (96.48% from 255) = 37.33%

 BLUE value IS 225 (88.28% from 255) = 34.14%

R = 28.53%
G = 37.33%
B = 34.14%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.09

 K value IS 0.04

RGB Variations

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

Color information

#BCF6E1 (or 0xBCF6E1) is known color: Water Leaf. HEX triplet: BC, F6 and E1. RGB value is (188,246,225). Sum of RGB (Red+Green+Blue) = 188+246+225=659 (87% of max value = 765). Red value is 188 (73.83% from 255 or 28.53% from 659); Green value is 246 (96.48% from 255 or 37.33% from 659); Blue value is 225 (88.28% from 255 or 34.14% from 659); Max value from RGB is 246 - color contains mainly: green. Hex color #BCF6E1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BCF6E1 is #43091E. Grayscale: #E2E2E2. Windows color (decimal): -4393247 or 14808764. OLE color: 14808764.

HSL color Cylindrical-coordinate representation of color #BCF6E1: hue angle of 158.28º degrees, saturation: 0.76, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BCF6E1 is Cyan = 0.24, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.04.

Color convert

RGB 188 246 225 -
CMYK 0.24 0 0.09 0.04
HSL 158.28º 0.76% 0.85% -
HSV(B) 158.28º 0.24% 0.96% -
XYZ 67.29 82.04 83.52 -
YUV 226.26 127.28 100.71 -
System Red Green Blue C M Y K H S L
Decimal 188 246 225 0.24 0 0.09 0.04 158.28 0.76 0.85
Hex BC F6 E1 18 0 9 4 9E 4C 55
Octal 274 366 341 30 0 11 4 236 114 125
Binary 10111100 11110110 11100001 11000 0 1001 100 10011110 1001100 1010101

Color Harmonies of #BCF6E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCF6E1

Black with #BCF6E1

Text Example


Text Example

White with #BCF6E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCF6E1; }

 p { color: rgb(188,246,225); }

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

background-color css

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

 a { background-color: rgb(188,246,225); }

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

border-color css

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

 span { border-color: rgb(188,246,225); }

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