Html Css Color HEX #BCF7E7 Water Leaf

📋 copy color: '#BCF7E7'

red 188 ◦ green 247 ◦ blue 231

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

Shades of Water Leaf #BCF7E7

Tints of Water Leaf #BCF7E7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 34.68%

R = 28.23%
G = 37.09%
B = 34.68%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.06

 K value IS 0.03

RGB Variations

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

Color information

#BCF7E7 (or 0xBCF7E7) is known color: Water Leaf. HEX triplet: BC, F7 and E7. RGB value is (188,247,231). Sum of RGB (Red+Green+Blue) = 188+247+231=666 (88% of max value = 765). Red value is 188 (73.83% from 255 or 28.23% from 666); Green value is 247 (96.88% from 255 or 37.09% from 666); Blue value is 231 (90.62% from 255 or 34.68% from 666); Max value from RGB is 247 - color contains mainly: green. Hex color #BCF7E7 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BCF7E7 is #430818. Grayscale: #E3E3E3. Windows color (decimal): -4392985 or 15202236. OLE color: 15202236.

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

Color convert

RGB 188 247 231 -
CMYK 0.24 0 0.06 0.03
HSL 163.73º 0.79% 0.85% -
HSV(B) 163.73º 0.24% 0.97% -
XYZ 68.42 82.98 88.01 -
YUV 227.54 129.95 99.8 -
System Red Green Blue C M Y K H S L
Decimal 188 247 231 0.24 0 0.06 0.03 163.73 0.79 0.85
Hex BC F7 E7 18 0 6 3 A4 4F 55
Octal 274 367 347 30 0 6 3 244 117 125
Binary 10111100 11110111 11100111 11000 0 110 11 10100100 1001111 1010101

Color Harmonies of #BCF7E7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCF7E7

Black with #BCF7E7

Text Example


Text Example

White with #BCF7E7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCF7E7; }

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

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

background-color css

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

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

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

border-color css

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

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

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