Html Css Color HEX #BCF5EC Water Leaf

📋 copy color: '#BCF5EC'

red 188 ◦ green 245 ◦ blue 236

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

Shades of Water Leaf #BCF5EC

Tints of Water Leaf #BCF5EC

RGB

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

 GREEN value IS 245 (96.09% from 255) = 36.62%

 BLUE value IS 236 (92.58% from 255) = 35.28%

R = 28.1%
G = 36.62%
B = 35.28%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.04

 K value IS 0.04

RGB Variations

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

Color information

#BCF5EC (or 0xBCF5EC) is known color: Water Leaf. HEX triplet: BC, F5 and EC. RGB value is (188,245,236). Sum of RGB (Red+Green+Blue) = 188+245+236=669 (88% of max value = 765). Red value is 188 (73.83% from 255 or 28.10% from 669); Green value is 245 (96.09% from 255 or 36.62% from 669); Blue value is 236 (92.58% from 255 or 35.28% from 669); Max value from RGB is 245 - color contains mainly: green. Hex color #BCF5EC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BCF5EC is #430A13. Grayscale: #E2E2E2. Windows color (decimal): -4393492 or 15529404. OLE color: 15529404.

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

Color convert

RGB 188 245 236 -
CMYK 0.23 0 0.04 0.04
HSL 170.53º 0.74% 0.85% -
HSV(B) 170.53º 0.23% 0.96% -
XYZ 68.53 82.05 91.58 -
YUV 226.93 133.12 100.23 -
System Red Green Blue C M Y K H S L
Decimal 188 245 236 0.23 0 0.04 0.04 170.53 0.74 0.85
Hex BC F5 EC 17 0 4 4 AB 4A 55
Octal 274 365 354 27 0 4 4 253 112 125
Binary 10111100 11110101 11101100 10111 0 100 100 10101011 1001010 1010101

Color Harmonies of #BCF5EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCF5EC

Black with #BCF5EC

Text Example


Text Example

White with #BCF5EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCF5EC; }

 p { color: rgb(188,245,236); }

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

background-color css

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

 a { background-color: rgb(188,245,236); }

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

border-color css

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

 span { border-color: rgb(188,245,236); }

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