Html Css Color HEX #BCF2E4 Water Leaf

📋 copy color: '#BCF2E4'

red 188 ◦ green 242 ◦ blue 228

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

Shades of Water Leaf #BCF2E4

Tints of Water Leaf #BCF2E4

RGB

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

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

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

R = 28.57%
G = 36.78%
B = 34.65%

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

#BCF2E4 (or 0xBCF2E4) is known color: Water Leaf. HEX triplet: BC, F2 and E4. RGB value is (188,242,228). Sum of RGB (Red+Green+Blue) = 188+242+228=658 (87% of max value = 765). Red value is 188 (73.83% from 255 or 28.57% from 658); Green value is 242 (94.92% from 255 or 36.78% from 658); Blue value is 228 (89.45% from 255 or 34.65% from 658); Max value from RGB is 242 - color contains mainly: green. Hex color #BCF2E4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BCF2E4 is #430D1B. Grayscale: #E0E0E0. Windows color (decimal): -4394268 or 15004348. OLE color: 15004348.

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

Color convert

RGB 188 242 228 -
CMYK 0.22 0 0.06 0.05
HSL 164.44º 0.68% 0.84% -
HSV(B) 164.44º 0.22% 0.95% -
XYZ 66.49 79.8 85.3 -
YUV 224.26 130.11 102.14 -
System Red Green Blue C M Y K H S L
Decimal 188 242 228 0.22 0 0.06 0.05 164.44 0.68 0.84
Hex BC F2 E4 16 0 6 5 A4 44 54
Octal 274 362 344 26 0 6 5 244 104 124
Binary 10111100 11110010 11100100 10110 0 110 101 10100100 1000100 1010100

Color Harmonies of #BCF2E4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCF2E4

Black with #BCF2E4

Text Example


Text Example

White with #BCF2E4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCF2E4; }

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

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

background-color css

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

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

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

border-color css

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

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

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