Html Css Color HEX #BCF7E2 Water Leaf

📋 copy color: '#BCF7E2'

red 188 ◦ green 247 ◦ blue 226

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

Shades of Water Leaf #BCF7E2

Tints of Water Leaf #BCF7E2

RGB

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

 GREEN value IS 247 (96.88% from 255) = 37.37%

 BLUE value IS 226 (88.67% from 255) = 34.19%

R = 28.44%
G = 37.37%
B = 34.19%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.09

 K value IS 0.03

RGB Variations

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

Color information

#BCF7E2 (or 0xBCF7E2) is known color: Water Leaf. HEX triplet: BC, F7 and E2. RGB value is (188,247,226). Sum of RGB (Red+Green+Blue) = 188+247+226=661 (87% of max value = 765). Red value is 188 (73.83% from 255 or 28.44% from 661); Green value is 247 (96.88% from 255 or 37.37% from 661); Blue value is 226 (88.67% from 255 or 34.19% from 661); Max value from RGB is 247 - color contains mainly: green. Hex color #BCF7E2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BCF7E2 is #43081D. Grayscale: #E2E2E2. Windows color (decimal): -4392990 or 14874556. OLE color: 14874556.

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

Color convert

RGB 188 247 226 -
CMYK 0.24 0 0.09 0.03
HSL 158.64º 0.79% 0.85% -
HSV(B) 158.64º 0.24% 0.97% -
XYZ 67.73 82.7 84.35 -
YUV 226.97 127.45 100.21 -
System Red Green Blue C M Y K H S L
Decimal 188 247 226 0.24 0 0.09 0.03 158.64 0.79 0.85
Hex BC F7 E2 18 0 9 3 9F 4F 55
Octal 274 367 342 30 0 11 3 237 117 125
Binary 10111100 11110111 11100010 11000 0 1001 11 10011111 1001111 1010101

Color Harmonies of #BCF7E2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCF7E2

Black with #BCF7E2

Text Example


Text Example

White with #BCF7E2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCF7E2; }

 p { color: rgb(188,247,226); }

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

background-color css

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

 a { background-color: rgb(188,247,226); }

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

border-color css

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

 span { border-color: rgb(188,247,226); }

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