Html Css Color HEX #BCF7E4 Water Leaf

📋 copy color: '#BCF7E4'

red 188 ◦ green 247 ◦ blue 228

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

Shades of Water Leaf #BCF7E4

Tints of Water Leaf #BCF7E4

RGB

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

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

 BLUE value IS 228 (89.45% from 255) = 34.39%

R = 28.36%
G = 37.25%
B = 34.39%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.08

 K value IS 0.03

RGB Variations

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

Color information

#BCF7E4 (or 0xBCF7E4) is known color: Water Leaf. HEX triplet: BC, F7 and E4. RGB value is (188,247,228). Sum of RGB (Red+Green+Blue) = 188+247+228=663 (87% of max value = 765). Red value is 188 (73.83% from 255 or 28.36% from 663); Green value is 247 (96.88% from 255 or 37.25% from 663); Blue value is 228 (89.45% from 255 or 34.39% from 663); Max value from RGB is 247 - color contains mainly: green. Hex color #BCF7E4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BCF7E4 is #43081B. Grayscale: #E3E3E3. Windows color (decimal): -4392988 or 15005628. OLE color: 15005628.

HSL color Cylindrical-coordinate representation of color #BCF7E4: hue angle of 160.68º 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 #BCF7E4 is Cyan = 0.24, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.03.

Color convert

RGB 188 247 228 -
CMYK 0.24 0 0.08 0.03
HSL 160.68º 0.79% 0.85% -
HSV(B) 160.68º 0.24% 0.97% -
XYZ 68 82.81 85.8 -
YUV 227.19 128.45 100.04 -
System Red Green Blue C M Y K H S L
Decimal 188 247 228 0.24 0 0.08 0.03 160.68 0.79 0.85
Hex BC F7 E4 18 0 8 3 A1 4F 55
Octal 274 367 344 30 0 10 3 241 117 125
Binary 10111100 11110111 11100100 11000 0 1000 11 10100001 1001111 1010101

Color Harmonies of #BCF7E4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCF7E4

Black with #BCF7E4

Text Example


Text Example

White with #BCF7E4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCF7E4; }

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

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

background-color css

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

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

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

border-color css

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

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

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