Html Css Color HEX #BCF2E2 Water Leaf

📋 copy color: '#BCF2E2'

red 188 ◦ green 242 ◦ blue 226

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

Shades of Water Leaf #BCF2E2

Tints of Water Leaf #BCF2E2

RGB

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

 GREEN value IS 242 (94.92% from 255) = 36.89%

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

R = 28.66%
G = 36.89%
B = 34.45%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.07

 K value IS 0.05

RGB Variations

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

Color information

#BCF2E2 (or 0xBCF2E2) is known color: Water Leaf. HEX triplet: BC, F2 and E2. RGB value is (188,242,226). Sum of RGB (Red+Green+Blue) = 188+242+226=656 (86% of max value = 765). Red value is 188 (73.83% from 255 or 28.66% from 656); Green value is 242 (94.92% from 255 or 36.89% from 656); Blue value is 226 (88.67% from 255 or 34.45% from 656); Max value from RGB is 242 - color contains mainly: green. Hex color #BCF2E2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BCF2E2 is #430D1D. Grayscale: #E0E0E0. Windows color (decimal): -4394270 or 14873276. OLE color: 14873276.

HSL color Cylindrical-coordinate representation of color #BCF2E2: hue angle of 162.22º degrees, saturation: 0.68, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BCF2E2 is Cyan = 0.22, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.05.

Color convert

RGB 188 242 226 -
CMYK 0.22 0 0.07 0.05
HSL 162.22º 0.68% 0.84% -
HSV(B) 162.22º 0.22% 0.95% -
XYZ 66.22 79.69 83.84 -
YUV 224.03 129.11 102.3 -
System Red Green Blue C M Y K H S L
Decimal 188 242 226 0.22 0 0.07 0.05 162.22 0.68 0.84
Hex BC F2 E2 16 0 7 5 A2 44 54
Octal 274 362 342 26 0 7 5 242 104 124
Binary 10111100 11110010 11100010 10110 0 111 101 10100010 1000100 1010100

Color Harmonies of #BCF2E2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCF2E2

Black with #BCF2E2

Text Example


Text Example

White with #BCF2E2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCF2E2; }

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

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

background-color css

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

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

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

border-color css

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

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

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