Html Css Color HEX #BCF2E3 Water Leaf

📋 copy color: '#BCF2E3'

red 188 ◦ green 242 ◦ blue 227

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

Shades of Water Leaf #BCF2E3

Tints of Water Leaf #BCF2E3

RGB

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

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

 BLUE value IS 227 (89.06% from 255) = 34.55%

R = 28.61%
G = 36.83%
B = 34.55%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.06

 K value IS 0.05

RGB Variations

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

Color information

#BCF2E3 (or 0xBCF2E3) is known color: Water Leaf. HEX triplet: BC, F2 and E3. RGB value is (188,242,227). Sum of RGB (Red+Green+Blue) = 188+242+227=657 (87% of max value = 765). Red value is 188 (73.83% from 255 or 28.61% from 657); Green value is 242 (94.92% from 255 or 36.83% from 657); Blue value is 227 (89.06% from 255 or 34.55% from 657); Max value from RGB is 242 - color contains mainly: green. Hex color #BCF2E3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BCF2E3 is #430D1C. Grayscale: #E0E0E0. Windows color (decimal): -4394269 or 14938812. OLE color: 14938812.

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

Color convert

RGB 188 242 227 -
CMYK 0.22 0 0.06 0.05
HSL 163.33º 0.68% 0.84% -
HSV(B) 163.33º 0.22% 0.95% -
XYZ 66.36 79.74 84.57 -
YUV 224.14 129.61 102.22 -
System Red Green Blue C M Y K H S L
Decimal 188 242 227 0.22 0 0.06 0.05 163.33 0.68 0.84
Hex BC F2 E3 16 0 6 5 A3 44 54
Octal 274 362 343 26 0 6 5 243 104 124
Binary 10111100 11110010 11100011 10110 0 110 101 10100011 1000100 1010100

Color Harmonies of #BCF2E3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCF2E3

Black with #BCF2E3

Text Example


Text Example

White with #BCF2E3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCF2E3; }

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

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

background-color css

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

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

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

border-color css

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

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

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